Html Css Color HEX #ED129C Hollywood Cerise

📋 copy color: '#ED129C'

red 237 ◦ green 18 ◦ blue 156

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

Shades of Hollywood Cerise #ED129C

Tints of Hollywood Cerise #ED129C

RGB

 RED value IS 237 (92.97% from 255) = 57.66%

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

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

R = 57.66%
G = 4.38%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED129C (or 0xED129C) is known color: Hollywood Cerise. HEX triplet: ED, 12 and 9C. RGB value is (237,18,156). Sum of RGB (Red+Green+Blue) = 237+18+156=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 18 (7.42% from 255 or 4.38% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #ED129C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED129C is #12ED63. Grayscale: #626262. Windows color (decimal): -1240420 or 10228461. OLE color: 10228461.

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

Color convert

RGB 237 18 156 -
CMYK 0 0.92 0.34 0.07
HSL 322.19º 0.86% 0.5% -
HSV(B) 322.19º 0.92% 0.93% -
XYZ 41.14 20.84 33.31 -
YUV 99.21 160.05 226.28 -
System Red Green Blue C M Y K H S L
Decimal 237 18 156 0 0.92 0.34 0.07 322.19 0.86 0.5
Hex ED 12 9C 0 5C 22 7 142 56 32
Octal 355 22 234 0 134 42 7 502 126 62
Binary 11101101 10010 10011100 0 1011100 100010 111 101000010 1010110 110010

Color Harmonies of #ED129C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED129C

Black with #ED129C

Text Example


Text Example

White with #ED129C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED129C; }

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

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

background-color css

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

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

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

border-color css

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

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

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