Html Css Color HEX #EF59A6 Brilliant Rose

📋 copy color: '#EF59A6'

red 239 ◦ green 89 ◦ blue 166

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

Shades of Brilliant Rose #EF59A6

Tints of Brilliant Rose #EF59A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.6%

R = 48.38%
G = 18.02%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#EF59A6 (or 0xEF59A6) is known color: Brilliant Rose. HEX triplet: EF, 59 and A6. RGB value is (239,89,166). Sum of RGB (Red+Green+Blue) = 239+89+166=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 89 (35.16% from 255 or 18.02% from 494); Blue value is 166 (65.23% from 255 or 33.60% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EF59A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF59A6 is #10A659. Grayscale: #8E8E8E. Windows color (decimal): -1091162 or 10901999. OLE color: 10901999.

HSL color Cylindrical-coordinate representation of color #EF59A6: hue angle of 329.2º 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 #EF59A6 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 89 166 -
CMYK 0 0.63 0.31 0.06
HSL 329.2º 0.82% 0.64% -
HSV(B) 329.2º 0.63% 0.94% -
XYZ 46.05 28.25 39.1 -
YUV 142.63 141.2 196.74 -
System Red Green Blue C M Y K H S L
Decimal 239 89 166 0 0.63 0.31 0.06 329.2 0.82 0.64
Hex EF 59 A6 0 3F 1F 6 149 52 40
Octal 357 131 246 0 77 37 6 511 122 100
Binary 11101111 1011001 10100110 0 111111 11111 110 101001001 1010010 1000000

Color Harmonies of #EF59A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF59A6

Black with #EF59A6

Text Example


Text Example

White with #EF59A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF59A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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