Html Css Color HEX #EC129A Hollywood Cerise

📋 copy color: '#EC129A'

red 236 ◦ green 18 ◦ blue 154

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

Shades of Hollywood Cerise #EC129A

Tints of Hollywood Cerise #EC129A

RGB

 RED value IS 236 (92.58% from 255) = 57.84%

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

 BLUE value IS 154 (60.55% from 255) = 37.75%

R = 57.84%
G = 4.41%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EC129A (or 0xEC129A) is known color: Hollywood Cerise. HEX triplet: EC, 12 and 9A. RGB value is (236,18,154). Sum of RGB (Red+Green+Blue) = 236+18+154=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 18 (7.42% from 255 or 4.41% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC129A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC129A is #13ED65. Grayscale: #626262. Windows color (decimal): -1305958 or 10097388. OLE color: 10097388.

HSL color Cylindrical-coordinate representation of color #EC129A: hue angle of 322.57º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC129A is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 18 154 -
CMYK 0 0.92 0.35 0.07
HSL 322.57º 0.86% 0.5% -
HSV(B) 322.57º 0.92% 0.93% -
XYZ 40.64 20.6 32.41 -
YUV 98.69 159.22 225.94 -
System Red Green Blue C M Y K H S L
Decimal 236 18 154 0 0.92 0.35 0.07 322.57 0.86 0.5
Hex EC 12 9A 0 5C 23 7 143 56 32
Octal 354 22 232 0 134 43 7 503 126 62
Binary 11101100 10010 10011010 0 1011100 100011 111 101000011 1010110 110010

Color Harmonies of #EC129A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC129A

Black with #EC129A

Text Example


Text Example

White with #EC129A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC129A; }

 p { color: rgb(236,18,154); }

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

background-color css

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

 a { background-color: rgb(236,18,154); }

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

border-color css

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

 span { border-color: rgb(236,18,154); }

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