Html Css Color HEX #E805AF Hollywood Cerise

📋 copy color: '#E805AF'

red 232 ◦ green 5 ◦ blue 175

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

Shades of Hollywood Cerise #E805AF

Tints of Hollywood Cerise #E805AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.48%

R = 56.31%
G = 1.21%
B = 42.48%

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

#E805AF (or 0xE805AF) is known color: Hollywood Cerise. HEX triplet: E8, 05 and AF. RGB value is (232,5,175). Sum of RGB (Red+Green+Blue) = 232+5+175=412 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.31% from 412); Green value is 5 (2.34% from 255 or 1.21% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 232 - color contains mainly: red. Hex color #E805AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E805AF is #17FA50. Grayscale: #5B5B5B. Windows color (decimal): -1571409 or 11470312. OLE color: 11470312.

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

Color convert

RGB 232 5 175 -
CMYK 0 0.98 0.25 0.09
HSL 315.07º 0.96% 0.46% -
HSV(B) 315.07º 0.98% 0.91% -
XYZ 41.07 20.36 42.32 -
YUV 92.25 174.71 227.68 -
System Red Green Blue C M Y K H S L
Decimal 232 5 175 0 0.98 0.25 0.09 315.07 0.96 0.46
Hex E8 5 AF 0 62 19 9 13B 60 2E
Octal 350 5 257 0 142 31 11 473 140 56
Binary 11101000 101 10101111 0 1100010 11001 1001 100111011 1100000 101110

Color Harmonies of #E805AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E805AF

Black with #E805AF

Text Example


Text Example

White with #E805AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E805AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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