Html Css Color HEX #EC129E Hollywood Cerise

📋 copy color: '#EC129E'

red 236 ◦ green 18 ◦ blue 158

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

Shades of Hollywood Cerise #EC129E

Tints of Hollywood Cerise #EC129E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.35%

R = 57.28%
G = 4.37%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC129E (or 0xEC129E) is known color: Hollywood Cerise. HEX triplet: EC, 12 and 9E. RGB value is (236,18,158). Sum of RGB (Red+Green+Blue) = 236+18+158=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 18 (7.42% from 255 or 4.37% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC129E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC129E is #13ED61. Grayscale: #626262. Windows color (decimal): -1305954 or 10359532. OLE color: 10359532.

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

Color convert

RGB 236 18 158 -
CMYK 0 0.92 0.33 0.07
HSL 321.47º 0.86% 0.5% -
HSV(B) 321.47º 0.92% 0.93% -
XYZ 40.98 20.73 34.19 -
YUV 99.14 161.22 225.62 -
System Red Green Blue C M Y K H S L
Decimal 236 18 158 0 0.92 0.33 0.07 321.47 0.86 0.5
Hex EC 12 9E 0 5C 21 7 141 56 32
Octal 354 22 236 0 134 41 7 501 126 62
Binary 11101100 10010 10011110 0 1011100 100001 111 101000001 1010110 110010

Color Harmonies of #EC129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC129E

Black with #EC129E

Text Example


Text Example

White with #EC129E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC129E; }

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

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

background-color css

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

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

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

border-color css

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

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

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