Html Css Color HEX #ED109F Hollywood Cerise

📋 copy color: '#ED109F'

red 237 ◦ green 16 ◦ blue 159

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

Shades of Hollywood Cerise #ED109F

Tints of Hollywood Cerise #ED109F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.59%

R = 57.52%
G = 3.88%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED109F (or 0xED109F) is known color: Hollywood Cerise. HEX triplet: ED, 10 and 9F. RGB value is (237,16,159). Sum of RGB (Red+Green+Blue) = 237+16+159=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 16 (6.64% from 255 or 3.88% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #ED109F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED109F is #12EF60. Grayscale: #626262. Windows color (decimal): -1240929 or 10424557. OLE color: 10424557.

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

Color convert

RGB 237 16 159 -
CMYK 0 0.93 0.33 0.07
HSL 321.18º 0.87% 0.5% -
HSV(B) 321.18º 0.93% 0.93% -
XYZ 41.37 20.88 34.65 -
YUV 98.38 162.22 226.87 -
System Red Green Blue C M Y K H S L
Decimal 237 16 159 0 0.93 0.33 0.07 321.18 0.87 0.5
Hex ED 10 9F 0 5D 21 7 141 57 32
Octal 355 20 237 0 135 41 7 501 127 62
Binary 11101101 10000 10011111 0 1011101 100001 111 101000001 1010111 110010

Color Harmonies of #ED109F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED109F

Black with #ED109F

Text Example


Text Example

White with #ED109F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED109F; }

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

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

background-color css

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

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

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

border-color css

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

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

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