#EE5B9A

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

Shades of Brilliant Rose #EE5B9A

Tints of Brilliant Rose #EE5B9A

Color information

#EE5B9A (or 0xEE5B9A) is unknown color: approx Brilliant Rose. HEX triplet: EE, 5B and 9A. RGB value is (238,91,154). Sum of RGB (Red+Green+Blue) = 238+91+154=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 91 (35.94% from 255 or 18.84% from 483); Blue value is 154 (60.55% from 255 or 31.88% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5B9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5B9A is #11A465. Grayscale: #8E8E8E. Windows color (decimal): -1156198 or 10116078. OLE color: 10116078.

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

Color convert

RGB23891154-
CMYK00.620.350.07
HSL334.29º81.22%64.51%-
HSV(B)334.29º61.76%93.33%-
XYZ44.8327.9933.61-
YUV142.14134.7196.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.28%
GREEN value IS 91 (35.94% from 255) = 18.84%
BLUE value IS 154 (60.55% from 255) = 31.88%
R=49.28%
G=18.84%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2389115400.620.350.07334.2981.2264.51
HexEE5B9A03E23714e5141
Octal356133232076437516121101
Binary11101110101101110011010011111010001111110100111010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5B9A; }

 p { color: rgb(238,91,154); }

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

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

 a { background-color: rgb(238,91,154); }

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

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

 span { border-color: rgb(238,91,154); }

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