Html Css Color HEX #E805AD Hollywood Cerise

📋 copy color: '#E805AD'

red 232 ◦ green 5 ◦ blue 173

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

Shades of Hollywood Cerise #E805AD

Tints of Hollywood Cerise #E805AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.2%

R = 56.59%
G = 1.22%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E805AD (or 0xE805AD) is known color: Hollywood Cerise. HEX triplet: E8, 05 and AD. RGB value is (232,5,173). Sum of RGB (Red+Green+Blue) = 232+5+173=410 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.59% from 410); Green value is 5 (2.34% from 255 or 1.22% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 232 - color contains mainly: red. Hex color #E805AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E805AD is #17FA52. Grayscale: #5B5B5B. Windows color (decimal): -1571411 or 11339240. OLE color: 11339240.

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

Color convert

RGB 232 5 173 -
CMYK 0 0.98 0.25 0.09
HSL 315.59º 0.96% 0.46% -
HSV(B) 315.59º 0.98% 0.91% -
XYZ 40.88 20.28 41.3 -
YUV 92.03 173.71 227.84 -
System Red Green Blue C M Y K H S L
Decimal 232 5 173 0 0.98 0.25 0.09 315.59 0.96 0.46
Hex E8 5 AD 0 62 19 9 13C 60 2E
Octal 350 5 255 0 142 31 11 474 140 56
Binary 11101000 101 10101101 0 1100010 11001 1001 100111100 1100000 101110

Color Harmonies of #E805AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E805AD

Black with #E805AD

Text Example


Text Example

White with #E805AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E805AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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