#EE13A5

Color #EE13A5 Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #EE13A5

Tints of Hollywood Cerise #EE13A5

Color information

#EE13A5 (or 0xEE13A5) is unknown color: approx Hollywood Cerise. HEX triplet: EE, 13 and A5. RGB value is (238,19,165). Sum of RGB (Red+Green+Blue) = 238+19+165=422 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.40% from 422); Green value is 19 (7.81% from 255 or 4.50% from 422); Blue value is 165 (64.84% from 255 or 39.10% from 422); Max value from RGB is 238 - color contains mainly: red. Hex color #EE13A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE13A5 is #11EC5A. Grayscale: #646464. Windows color (decimal): -1174619 or 10818542. OLE color: 10818542.

HSL color Cylindrical-coordinate representation of color #EE13A5: hue angle of 320º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE13A5 is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB23819165-
CMYK00.920.310.07
HSL320º86.56%50.39%-
HSV(B)320º92.02%93.33%-
XYZ42.2821.3637.49-
YUV101.12164.05225.63-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 56.40%
GREEN value IS 19 (7.81% from 255) = 4.50%
BLUE value IS 165 (64.84% from 255) = 39.10%
R=56.40%
G=4.50%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381916500.920.310.0732086.5650.39
HexEE13A505C1F71405732
Octal35623245013437750012762
Binary11101110100111010010101011100111111111010000001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE13A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE13A5; }

 p { color: rgb(238,19,165); }

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

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

 a { background-color: rgb(238,19,165); }

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

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

 span { border-color: rgb(238,19,165); }

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