Html Css Color HEX #ED109A Hollywood Cerise

📋 copy color: '#ED109A'

red 237 ◦ green 16 ◦ blue 154

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

Shades of Hollywood Cerise #ED109A

Tints of Hollywood Cerise #ED109A

RGB

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

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

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

R = 58.23%
G = 3.93%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED109A (or 0xED109A) is known color: Hollywood Cerise. HEX triplet: ED, 10 and 9A. RGB value is (237,16,154). Sum of RGB (Red+Green+Blue) = 237+16+154=407 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.23% from 407); Green value is 16 (6.64% from 255 or 3.93% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 237 - color contains mainly: red. Hex color #ED109A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED109A is #12EF65. Grayscale: #616161. Windows color (decimal): -1240934 or 10096877. OLE color: 10096877.

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

Color convert

RGB 237 16 154 -
CMYK 0 0.93 0.35 0.07
HSL 322.53º 0.87% 0.5% -
HSV(B) 322.53º 0.93% 0.93% -
XYZ 40.94 20.71 32.41 -
YUV 97.81 159.72 227.28 -
System Red Green Blue C M Y K H S L
Decimal 237 16 154 0 0.93 0.35 0.07 322.53 0.87 0.5
Hex ED 10 9A 0 5D 23 7 143 57 32
Octal 355 20 232 0 135 43 7 503 127 62
Binary 11101101 10000 10011010 0 1011101 100011 111 101000011 1010111 110010

Color Harmonies of #ED109A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED109A

Black with #ED109A

Text Example


Text Example

White with #ED109A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED109A; }

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

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

background-color css

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

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

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

border-color css

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

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

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