Html Css Color HEX #E90CA0 Hollywood Cerise

📋 copy color: '#E90CA0'

red 233 ◦ green 12 ◦ blue 160

#E90CA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hollywood Cerise #E90CA0

Tints of Hollywood Cerise #E90CA0

RGB

 RED value IS 233 (91.41% from 255) = 57.53%

 GREEN value IS 12 (5.08% from 255) = 2.96%

 BLUE value IS 160 (62.89% from 255) = 39.51%

R = 57.53%
G = 2.96%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E90CA0 (or 0xE90CA0) is known color: Hollywood Cerise. HEX triplet: E9, 0C and A0. RGB value is (233,12,160). Sum of RGB (Red+Green+Blue) = 233+12+160=405 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.53% from 405); Green value is 12 (5.08% from 255 or 2.96% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 233 - color contains mainly: red. Hex color #E90CA0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90CA0 is #16F35F. Grayscale: #5E5E5E. Windows color (decimal): -1504096 or 10489065. OLE color: 10489065.

HSL color Cylindrical-coordinate representation of color #E90CA0: hue angle of 319.82º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E90CA0 is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 12 160 -
CMYK 0 0.95 0.31 0.09
HSL 319.82º 0.9% 0.48% -
HSV(B) 319.82º 0.95% 0.91% -
XYZ 40.08 20.12 35.03 -
YUV 94.95 164.72 226.47 -
System Red Green Blue C M Y K H S L
Decimal 233 12 160 0 0.95 0.31 0.09 319.82 0.9 0.48
Hex E9 C A0 0 5F 1F 9 140 5A 30
Octal 351 14 240 0 137 37 11 500 132 60
Binary 11101001 1100 10100000 0 1011111 11111 1001 101000000 1011010 110000

Color Harmonies of #E90CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90CA0

Black with #E90CA0

Text Example


Text Example

White with #E90CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90CA0; }

 p { color: rgb(233,12,160); }

 H1.HeaderClassName
 {
   color: #E90CA0;
 }
 .AnyTagClassName
 {
   color: #E90CA0;
 }
</style>

background-color css

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

 a { background-color: rgb(233,12,160); }

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

border-color css

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

 span { border-color: rgb(233,12,160); }

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