#EE5FA6

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

Shades of Brilliant Rose #EE5FA6

Tints of Brilliant Rose #EE5FA6

Color information

#EE5FA6 (or 0xEE5FA6) is unknown color: approx Brilliant Rose. HEX triplet: EE, 5F and A6. RGB value is (238,95,166). Sum of RGB (Red+Green+Blue) = 238+95+166=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 95 (37.5% from 255 or 19.04% from 499); Blue value is 166 (65.23% from 255 or 33.27% from 499); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5FA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5FA6 is #11A059. Grayscale: #919191. Windows color (decimal): -1155162 or 10903534. OLE color: 10903534.

HSL color Cylindrical-coordinate representation of color #EE5FA6: hue angle of 330.21º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE5FA6 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB23895166-
CMYK00.600.300.07
HSL330.21º80.79%65.29%-
HSV(B)330.21º60.08%93.33%-
XYZ46.2429.1139.26-
YUV145.85139.38193.73-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.70%
GREEN value IS 95 (37.5% from 255) = 19.04%
BLUE value IS 166 (65.23% from 255) = 33.27%
R=47.70%
G=19.04%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2389516600.600.300.07330.2180.7965.29
HexEE5FA603C1E714a5141
Octal356137246074367512121101
Binary1110111010111111010011001111001111011110100101010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5FA6; }

 p { color: rgb(238,95,166); }

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

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

 a { background-color: rgb(238,95,166); }

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

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

 span { border-color: rgb(238,95,166); }

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