Html Css Color HEX #E800A5 Hollywood Cerise

📋 copy color: '#E800A5'

red 232 ◦ green 0 ◦ blue 165

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

Shades of Hollywood Cerise #E800A5

Tints of Hollywood Cerise #E800A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.56%

R = 58.44%
G = 0%
B = 41.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#E800A5 (or 0xE800A5) is known color: Hollywood Cerise. HEX triplet: E8, 00 and A5. RGB value is (232,0,165). Sum of RGB (Red+Green+Blue) = 232+0+165=397 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.44% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 165 (64.84% from 255 or 41.56% from 397); Max value from RGB is 232 - color contains mainly: red. Hex color #E800A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E800A5 is #17FF5A. Grayscale: #575757. Windows color (decimal): -1572699 or 10813672. OLE color: 10813672.

HSL color Cylindrical-coordinate representation of color #E800A5: hue angle of 317.33º 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 #E800A5 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 0 165 -
CMYK 0 1 0.29 0.09
HSL 317.33º 1% 0.45% -
HSV(B) 317.33º 1% 0.91% -
XYZ 40.07 19.87 37.32 -
YUV 88.18 171.36 230.58 -
System Red Green Blue C M Y K H S L
Decimal 232 0 165 0 1 0.29 0.09 317.33 1 0.45
Hex E8 0 A5 0 64 1D 9 13D 64 2D
Octal 350 0 245 0 144 35 11 475 144 55
Binary 11101000 0 10100101 0 1100100 11101 1001 100111101 1100100 101101

Color Harmonies of #E800A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E800A5

Black with #E800A5

Text Example


Text Example

White with #E800A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E800A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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