#EF609E

Color #EF609E Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #EF609E

Tints of Brilliant Rose #EF609E

Color information

#EF609E (or 0xEF609E) is unknown color: approx Brilliant Rose. HEX triplet: EF, 60 and 9E. RGB value is (239,96,158). Sum of RGB (Red+Green+Blue) = 239+96+158=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 96 (37.89% from 255 or 19.47% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EF609E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF609E is #109F61. Grayscale: #919191. Windows color (decimal): -1089378 or 10379503. OLE color: 10379503.

HSL color Cylindrical-coordinate representation of color #EF609E: hue angle of 333.99º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF609E is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB23996158-
CMYK00.600.340.06
HSL333.99º81.71%65.69%-
HSV(B)333.99º59.83%93.73%-
XYZ45.9529.1935.56-
YUV145.82134.88194.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.48%
GREEN value IS 96 (37.89% from 255) = 19.47%
BLUE value IS 158 (62.11% from 255) = 32.05%
R=48.48%
G=19.47%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399615800.600.340.06333.9981.7165.69
HexEF609E03C22614e5242
Octal357140236074426516122102
Binary11101111110000010011110011110010001011010100111010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF609E; }

 p { color: rgb(239,96,158); }

 H1.HeaderClassName
 {
   color: #EF609E;
 }
 .AnyTagClassName
 {
   color: #EF609E;
 }
</style>
background-color css

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

 a { background-color: rgb(239,96,158); }

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

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

 span { border-color: rgb(239,96,158); }

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