Html Css Color HEX #EF59AA Brilliant Rose

📋 copy color: '#EF59AA'

red 239 ◦ green 89 ◦ blue 170

#EF59AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #EF59AA

Tints of Brilliant Rose #EF59AA

RGB

 RED value IS 239 (93.75% from 255) = 47.99%

 GREEN value IS 89 (35.16% from 255) = 17.87%

 BLUE value IS 170 (66.8% from 255) = 34.14%

R = 47.99%
G = 17.87%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EF59AA (or 0xEF59AA) is known color: Brilliant Rose. HEX triplet: EF, 59 and AA. RGB value is (239,89,170). Sum of RGB (Red+Green+Blue) = 239+89+170=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 89 (35.16% from 255 or 17.87% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EF59AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF59AA is #10A655. Grayscale: #8E8E8E. Windows color (decimal): -1091158 or 11164143. OLE color: 11164143.

HSL color Cylindrical-coordinate representation of color #EF59AA: hue angle of 327.6º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF59AA is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 89 170 -
CMYK 0 0.63 0.29 0.06
HSL 327.6º 0.82% 0.64% -
HSV(B) 327.6º 0.63% 0.94% -
XYZ 46.42 28.4 41.06 -
YUV 143.08 143.2 196.41 -
System Red Green Blue C M Y K H S L
Decimal 239 89 170 0 0.63 0.29 0.06 327.6 0.82 0.64
Hex EF 59 AA 0 3F 1D 6 148 52 40
Octal 357 131 252 0 77 35 6 510 122 100
Binary 11101111 1011001 10101010 0 111111 11101 110 101001000 1010010 1000000

Color Harmonies of #EF59AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF59AA

Black with #EF59AA

Text Example


Text Example

White with #EF59AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF59AA; }

 p { color: rgb(239,89,170); }

 H1.HeaderClassName
 {
   color: #EF59AA;
 }
 .AnyTagClassName
 {
   color: #EF59AA;
 }
</style>

background-color css

<style>
 a { background-color: #EF59AA; }

 a { background-color: rgb(239,89,170); }

 div.DivClassName
 {
   background-color: #EF59AA;
 }
 .BgClassName
 {
   background-color: #EF59AA;
 }
</style>

border-color css

<style>
 span { border-color: #EF59AA; }

 span { border-color: rgb(239,89,170); }

 td.TdClassName
 {
   border-color: #EF59AA;
 }
 .TagClassName
 {
   border-color: #EF59AA;
 }
</style>