Html Css Color HEX #E8008A Hollywood Cerise

📋 copy color: '#E8008A'

red 232 ◦ green 0 ◦ blue 138

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

Shades of Hollywood Cerise #E8008A

Tints of Hollywood Cerise #E8008A

RGB

 RED value IS 232 (91.02% from 255) = 62.7%

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

 BLUE value IS 138 (54.3% from 255) = 37.3%

R = 62.7%
G = 0%
B = 37.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E8008A (or 0xE8008A) is known color: Hollywood Cerise. HEX triplet: E8, 00 and 8A. RGB value is (232,0,138). Sum of RGB (Red+Green+Blue) = 232+0+138=370 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.70% from 370); Green value is 0 (0.39% from 255 or 0% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 232 - color contains mainly: red. Hex color #E8008A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8008A is #17FF75. Grayscale: #545454. Windows color (decimal): -1572726 or 9044200. OLE color: 9044200.

HSL color Cylindrical-coordinate representation of color #E8008A: hue angle of 324.31º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E8008A is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 0 138 -
CMYK 0 1 0.41 0.09
HSL 324.31º 1% 0.45% -
HSV(B) 324.31º 1% 0.91% -
XYZ 37.87 18.99 25.71 -
YUV 85.1 157.86 232.78 -
System Red Green Blue C M Y K H S L
Decimal 232 0 138 0 1 0.41 0.09 324.31 1 0.45
Hex E8 0 8A 0 64 29 9 144 64 2D
Octal 350 0 212 0 144 51 11 504 144 55
Binary 11101000 0 10001010 0 1100100 101001 1001 101000100 1100100 101101

Color Harmonies of #E8008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8008A

Black with #E8008A

Text Example


Text Example

White with #E8008A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8008A; }

 p { color: rgb(232,0,138); }

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

background-color css

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

 a { background-color: rgb(232,0,138); }

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

border-color css

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

 span { border-color: rgb(232,0,138); }

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