Html Css Color HEX #ED109C Hollywood Cerise

📋 copy color: '#ED109C'

red 237 ◦ green 16 ◦ blue 156

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

Shades of Hollywood Cerise #ED109C

Tints of Hollywood Cerise #ED109C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.91%

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

R = 57.95%
G = 3.91%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED109C (or 0xED109C) is known color: Hollywood Cerise. HEX triplet: ED, 10 and 9C. RGB value is (237,16,156). Sum of RGB (Red+Green+Blue) = 237+16+156=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 16 (6.64% from 255 or 3.91% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #ED109C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED109C is #12EF63. Grayscale: #616161. Windows color (decimal): -1240932 or 10227949. OLE color: 10227949.

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

Color convert

RGB 237 16 156 -
CMYK 0 0.93 0.34 0.07
HSL 321.99º 0.87% 0.5% -
HSV(B) 321.99º 0.93% 0.93% -
XYZ 41.11 20.78 33.3 -
YUV 98.04 160.72 227.12 -
System Red Green Blue C M Y K H S L
Decimal 237 16 156 0 0.93 0.34 0.07 321.99 0.87 0.5
Hex ED 10 9C 0 5D 22 7 142 57 32
Octal 355 20 234 0 135 42 7 502 127 62
Binary 11101101 10000 10011100 0 1011101 100010 111 101000010 1010111 110010

Color Harmonies of #ED109C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED109C

Black with #ED109C

Text Example


Text Example

White with #ED109C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED109C; }

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

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

background-color css

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

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

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

border-color css

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

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

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