Html Css Color HEX #E0008C Hollywood Cerise

📋 copy color: '#E0008C'

red 224 ◦ green 0 ◦ blue 140

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

Shades of Hollywood Cerise #E0008C

Tints of Hollywood Cerise #E0008C

RGB

 RED value IS 224 (87.89% from 255) = 61.54%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 140 (55.08% from 255) = 38.46%

R = 61.54%
G = 0%
B = 38.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E0008C (or 0xE0008C) is known color: Hollywood Cerise. HEX triplet: E0, 00 and 8C. RGB value is (224,0,140). Sum of RGB (Red+Green+Blue) = 224+0+140=364 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.54% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 224 - color contains mainly: red. Hex color #E0008C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0008C is #1FFF73. Grayscale: #525252. Windows color (decimal): -2097012 or 9175264. OLE color: 9175264.

HSL color Cylindrical-coordinate representation of color #E0008C: hue angle of 322.5º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0008C is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 0 140 -
CMYK 0 1 0.38 0.12
HSL 322.5º 1% 0.44% -
HSV(B) 322.5º 1% 0.88% -
XYZ 35.47 17.74 26.37 -
YUV 82.94 160.21 228.62 -
System Red Green Blue C M Y K H S L
Decimal 224 0 140 0 1 0.38 0.12 322.5 1 0.44
Hex E0 0 8C 0 64 26 C 142 64 2C
Octal 340 0 214 0 144 46 14 502 144 54
Binary 11100000 0 10001100 0 1100100 100110 1100 101000010 1100100 101100

Color Harmonies of #E0008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0008C

Black with #E0008C

Text Example


Text Example

White with #E0008C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0008C; }

 p { color: rgb(224,0,140); }

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

background-color css

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

 a { background-color: rgb(224,0,140); }

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

border-color css

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

 span { border-color: rgb(224,0,140); }

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