#EF5E96

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

Shades of Brilliant Rose #EF5E96

Tints of Brilliant Rose #EF5E96

Color information

#EF5E96 (or 0xEF5E96) is unknown color: approx Brilliant Rose. HEX triplet: EF, 5E and 96. RGB value is (239,94,150). Sum of RGB (Red+Green+Blue) = 239+94+150=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5E96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5E96 is #10A169. Grayscale: #8F8F8F. Windows color (decimal): -1089898 or 9854703. OLE color: 9854703.

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

Color convert

RGB23994150-
CMYK00.610.370.06
HSL336.83º81.92%65.29%-
HSV(B)336.83º60.67%93.73%-
XYZ45.128.5631.99-
YUV143.74131.54195.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.48%
GREEN value IS 94 (37.11% from 255) = 19.46%
BLUE value IS 150 (58.98% from 255) = 31.06%
R=49.48%
G=19.46%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399415000.610.370.06336.8381.9265.29
HexEF5E9603D2561515241
Octal357136226075456521122101
Binary11101111101111010010110011110110010111010101000110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5E96; }

 p { color: rgb(239,94,150); }

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

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

 a { background-color: rgb(239,94,150); }

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

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

 span { border-color: rgb(239,94,150); }

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