Html Css Color HEX #E805B4 Hollywood Cerise

📋 copy color: '#E805B4'

red 232 ◦ green 5 ◦ blue 180

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

Shades of Hollywood Cerise #E805B4

Tints of Hollywood Cerise #E805B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 43.17%

R = 55.64%
G = 1.2%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#E805B4 (or 0xE805B4) is known color: Hollywood Cerise. HEX triplet: E8, 05 and B4. RGB value is (232,5,180). Sum of RGB (Red+Green+Blue) = 232+5+180=417 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.64% from 417); Green value is 5 (2.34% from 255 or 1.20% from 417); Blue value is 180 (70.70% from 255 or 43.17% from 417); Max value from RGB is 232 - color contains mainly: red. Hex color #E805B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E805B4 is #17FA4B. Grayscale: #5C5C5C. Windows color (decimal): -1571404 or 11797992. OLE color: 11797992.

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

Color convert

RGB 232 5 180 -
CMYK 0 0.98 0.22 0.09
HSL 313.74º 0.96% 0.46% -
HSV(B) 313.74º 0.98% 0.91% -
XYZ 41.57 20.56 44.96 -
YUV 92.82 177.21 227.27 -
System Red Green Blue C M Y K H S L
Decimal 232 5 180 0 0.98 0.22 0.09 313.74 0.96 0.46
Hex E8 5 B4 0 62 16 9 13A 60 2E
Octal 350 5 264 0 142 26 11 472 140 56
Binary 11101000 101 10110100 0 1100010 10110 1001 100111010 1100000 101110

Color Harmonies of #E805B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E805B4

Black with #E805B4

Text Example


Text Example

White with #E805B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E805B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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