Html Css Color HEX #E912A1 Hollywood Cerise

📋 copy color: '#E912A1'

red 233 ◦ green 18 ◦ blue 161

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

Shades of Hollywood Cerise #E912A1

Tints of Hollywood Cerise #E912A1

RGB

 RED value IS 233 (91.41% from 255) = 56.55%

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

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

R = 56.55%
G = 4.37%
B = 39.08%

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

#E912A1 (or 0xE912A1) is known color: Hollywood Cerise. HEX triplet: E9, 12 and A1. RGB value is (233,18,161). Sum of RGB (Red+Green+Blue) = 233+18+161=412 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.55% from 412); Green value is 18 (7.42% from 255 or 4.37% from 412); Blue value is 161 (63.28% from 255 or 39.08% from 412); Max value from RGB is 233 - color contains mainly: red. Hex color #E912A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E912A1 is #16ED5E. Grayscale: #626262. Windows color (decimal): -1502559 or 10556137. OLE color: 10556137.

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

Color convert

RGB 233 18 161 -
CMYK 0 0.92 0.31 0.09
HSL 320.09º 0.86% 0.49% -
HSV(B) 320.09º 0.92% 0.91% -
XYZ 40.25 20.33 35.52 -
YUV 98.59 163.23 223.87 -
System Red Green Blue C M Y K H S L
Decimal 233 18 161 0 0.92 0.31 0.09 320.09 0.86 0.49
Hex E9 12 A1 0 5C 1F 9 140 56 31
Octal 351 22 241 0 134 37 11 500 126 61
Binary 11101001 10010 10100001 0 1011100 11111 1001 101000000 1010110 110001

Color Harmonies of #E912A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E912A1

Black with #E912A1

Text Example


Text Example

White with #E912A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E912A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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