#EE5B9B

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

Shades of Brilliant Rose #EE5B9B

Tints of Brilliant Rose #EE5B9B

Color information

#EE5B9B (or 0xEE5B9B) is unknown color: approx Brilliant Rose. HEX triplet: EE, 5B and 9B. RGB value is (238,91,155). Sum of RGB (Red+Green+Blue) = 238+91+155=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 91 (35.94% from 255 or 18.80% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5B9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5B9B is #11A464. Grayscale: #8E8E8E. Windows color (decimal): -1156197 or 10181614. OLE color: 10181614.

HSL color Cylindrical-coordinate representation of color #EE5B9B: hue angle of 333.88º 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 #EE5B9B is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB23891155-
CMYK00.620.350.07
HSL333.88º81.22%64.51%-
HSV(B)333.88º61.76%93.33%-
XYZ44.9228.0334.05-
YUV142.25135.2196.3-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.17%
GREEN value IS 91 (35.94% from 255) = 18.80%
BLUE value IS 155 (60.94% from 255) = 32.02%
R=49.17%
G=18.80%
B=32.02%

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
Decimal2389115500.620.350.07333.8881.2264.51
HexEE5B9B03E23714e5141
Octal356133233076437516121101
Binary11101110101101110011011011111010001111110100111010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5B9B; }

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

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

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

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

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

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

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

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