Html Css Color HEX #E812A1 Hollywood Cerise

📋 copy color: '#E812A1'

red 232 ◦ green 18 ◦ blue 161

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

Shades of Hollywood Cerise #E812A1

Tints of Hollywood Cerise #E812A1

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.38%

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

R = 56.45%
G = 4.38%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E812A1 (or 0xE812A1) is known color: Hollywood Cerise. HEX triplet: E8, 12 and A1. RGB value is (232,18,161). Sum of RGB (Red+Green+Blue) = 232+18+161=411 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.45% from 411); Green value is 18 (7.42% from 255 or 4.38% from 411); Blue value is 161 (63.28% from 255 or 39.17% from 411); Max value from RGB is 232 - color contains mainly: red. Hex color #E812A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E812A1 is #17ED5E. Grayscale: #616161. Windows color (decimal): -1568095 or 10556136. OLE color: 10556136.

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

Color convert

RGB 232 18 161 -
CMYK 0 0.92 0.31 0.09
HSL 319.91º 0.86% 0.49% -
HSV(B) 319.91º 0.92% 0.91% -
XYZ 39.93 20.16 35.51 -
YUV 98.29 163.4 223.37 -
System Red Green Blue C M Y K H S L
Decimal 232 18 161 0 0.92 0.31 0.09 319.91 0.86 0.49
Hex E8 12 A1 0 5C 1F 9 140 56 31
Octal 350 22 241 0 134 37 11 500 126 61
Binary 11101000 10010 10100001 0 1011100 11111 1001 101000000 1010110 110001

Color Harmonies of #E812A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E812A1

Black with #E812A1

Text Example


Text Example

White with #E812A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E812A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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