Html Css Color HEX #E805A1 Hollywood Cerise

📋 copy color: '#E805A1'

red 232 ◦ green 5 ◦ blue 161

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

Shades of Hollywood Cerise #E805A1

Tints of Hollywood Cerise #E805A1

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.26%

 BLUE value IS 161 (63.28% from 255) = 40.45%

R = 58.29%
G = 1.26%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E805A1 (or 0xE805A1) is known color: Hollywood Cerise. HEX triplet: E8, 05 and A1. RGB value is (232,5,161). Sum of RGB (Red+Green+Blue) = 232+5+161=398 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.29% from 398); Green value is 5 (2.34% from 255 or 1.26% from 398); Blue value is 161 (63.28% from 255 or 40.45% from 398); Max value from RGB is 232 - color contains mainly: red. Hex color #E805A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E805A1 is #17FA5E. Grayscale: #5A5A5A. Windows color (decimal): -1571423 or 10552808. OLE color: 10552808.

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

Color convert

RGB 232 5 161 -
CMYK 0 0.98 0.31 0.09
HSL 318.77º 0.96% 0.46% -
HSV(B) 318.77º 0.98% 0.91% -
XYZ 39.77 19.84 35.45 -
YUV 90.66 167.71 228.82 -
System Red Green Blue C M Y K H S L
Decimal 232 5 161 0 0.98 0.31 0.09 318.77 0.96 0.46
Hex E8 5 A1 0 62 1F 9 13F 60 2E
Octal 350 5 241 0 142 37 11 477 140 56
Binary 11101000 101 10100001 0 1100010 11111 1001 100111111 1100000 101110

Color Harmonies of #E805A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E805A1

Black with #E805A1

Text Example


Text Example

White with #E805A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E805A1; }

 p { color: rgb(232,5,161); }

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

background-color css

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

 a { background-color: rgb(232,5,161); }

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

border-color css

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

 span { border-color: rgb(232,5,161); }

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