Html Css Color HEX #EA129C Hollywood Cerise

📋 copy color: '#EA129C'

red 234 ◦ green 18 ◦ blue 156

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

Shades of Hollywood Cerise #EA129C

Tints of Hollywood Cerise #EA129C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.24%

R = 57.35%
G = 4.41%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EA129C (or 0xEA129C) is known color: Hollywood Cerise. HEX triplet: EA, 12 and 9C. RGB value is (234,18,156). Sum of RGB (Red+Green+Blue) = 234+18+156=408 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.35% from 408); Green value is 18 (7.42% from 255 or 4.41% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 234 - color contains mainly: red. Hex color #EA129C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA129C is #15ED63. Grayscale: #616161. Windows color (decimal): -1437028 or 10228458. OLE color: 10228458.

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

Color convert

RGB 234 18 156 -
CMYK 0 0.92 0.33 0.08
HSL 321.67º 0.86% 0.49% -
HSV(B) 321.67º 0.92% 0.92% -
XYZ 40.15 20.33 33.26 -
YUV 98.32 160.56 224.78 -
System Red Green Blue C M Y K H S L
Decimal 234 18 156 0 0.92 0.33 0.08 321.67 0.86 0.49
Hex EA 12 9C 0 5C 21 8 142 56 31
Octal 352 22 234 0 134 41 10 502 126 61
Binary 11101010 10010 10011100 0 1011100 100001 1000 101000010 1010110 110001

Color Harmonies of #EA129C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA129C

Black with #EA129C

Text Example


Text Example

White with #EA129C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA129C; }

 p { color: rgb(234,18,156); }

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

background-color css

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

 a { background-color: rgb(234,18,156); }

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

border-color css

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

 span { border-color: rgb(234,18,156); }

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