Html Css Color HEX #EA16A2 Hollywood Cerise

📋 copy color: '#EA16A2'

red 234 ◦ green 22 ◦ blue 162

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

Shades of Hollywood Cerise #EA16A2

Tints of Hollywood Cerise #EA16A2

RGB

 RED value IS 234 (91.8% from 255) = 55.98%

 GREEN value IS 22 (8.98% from 255) = 5.26%

 BLUE value IS 162 (63.67% from 255) = 38.76%

R = 55.98%
G = 5.26%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EA16A2 (or 0xEA16A2) is known color: Hollywood Cerise. HEX triplet: EA, 16 and A2. RGB value is (234,22,162). Sum of RGB (Red+Green+Blue) = 234+22+162=418 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.98% from 418); Green value is 22 (8.98% from 255 or 5.26% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 234 - color contains mainly: red. Hex color #EA16A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA16A2 is #15E95D. Grayscale: #656565. Windows color (decimal): -1435998 or 10622698. OLE color: 10622698.

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

Color convert

RGB 234 22 162 -
CMYK 0 0.91 0.31 0.08
HSL 320.38º 0.83% 0.5% -
HSV(B) 320.38º 0.91% 0.92% -
XYZ 40.74 20.67 36.03 -
YUV 101.35 162.24 222.62 -
System Red Green Blue C M Y K H S L
Decimal 234 22 162 0 0.91 0.31 0.08 320.38 0.83 0.5
Hex EA 16 A2 0 5B 1F 8 140 53 32
Octal 352 26 242 0 133 37 10 500 123 62
Binary 11101010 10110 10100010 0 1011011 11111 1000 101000000 1010011 110010

Color Harmonies of #EA16A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA16A2

Black with #EA16A2

Text Example


Text Example

White with #EA16A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA16A2; }

 p { color: rgb(234,22,162); }

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

background-color css

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

 a { background-color: rgb(234,22,162); }

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

border-color css

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

 span { border-color: rgb(234,22,162); }

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