Html Css Color HEX #E811AF Hollywood Cerise

📋 copy color: '#E811AF'

red 232 ◦ green 17 ◦ blue 175

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

Shades of Hollywood Cerise #E811AF

Tints of Hollywood Cerise #E811AF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.01%

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

R = 54.72%
G = 4.01%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E811AF (or 0xE811AF) is known color: Hollywood Cerise. HEX triplet: E8, 11 and AF. RGB value is (232,17,175). Sum of RGB (Red+Green+Blue) = 232+17+175=424 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.72% from 424); Green value is 17 (7.03% from 255 or 4.01% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 232 - color contains mainly: red. Hex color #E811AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E811AF is #17EE50. Grayscale: #626262. Windows color (decimal): -1568337 or 11473384. OLE color: 11473384.

HSL color Cylindrical-coordinate representation of color #E811AF: hue angle of 315.91º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E811AF is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 17 175 -
CMYK 0 0.93 0.25 0.09
HSL 315.91º 0.86% 0.49% -
HSV(B) 315.91º 0.93% 0.91% -
XYZ 41.22 20.65 42.37 -
YUV 99.3 170.73 222.65 -
System Red Green Blue C M Y K H S L
Decimal 232 17 175 0 0.93 0.25 0.09 315.91 0.86 0.49
Hex E8 11 AF 0 5D 19 9 13C 56 31
Octal 350 21 257 0 135 31 11 474 126 61
Binary 11101000 10001 10101111 0 1011101 11001 1001 100111100 1010110 110001

Color Harmonies of #E811AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E811AF

Black with #E811AF

Text Example


Text Example

White with #E811AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E811AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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