Html Css Color HEX #ED099F Hollywood Cerise

📋 copy color: '#ED099F'

red 237 ◦ green 9 ◦ blue 159

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

Shades of Hollywood Cerise #ED099F

Tints of Hollywood Cerise #ED099F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.22%

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

R = 58.52%
G = 2.22%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED099F (or 0xED099F) is known color: Hollywood Cerise. HEX triplet: ED, 09 and 9F. RGB value is (237,9,159). Sum of RGB (Red+Green+Blue) = 237+9+159=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 9 (3.91% from 255 or 2.22% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #ED099F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED099F is #12F660. Grayscale: #5D5D5D. Windows color (decimal): -1242721 or 10422765. OLE color: 10422765.

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

Color convert

RGB 237 9 159 -
CMYK 0 0.96 0.33 0.07
HSL 320.53º 0.93% 0.48% -
HSV(B) 320.53º 0.96% 0.93% -
XYZ 41.28 20.7 34.62 -
YUV 94.27 164.54 229.8 -
System Red Green Blue C M Y K H S L
Decimal 237 9 159 0 0.96 0.33 0.07 320.53 0.93 0.48
Hex ED 9 9F 0 60 21 7 141 5D 30
Octal 355 11 237 0 140 41 7 501 135 60
Binary 11101101 1001 10011111 0 1100000 100001 111 101000001 1011101 110000

Color Harmonies of #ED099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED099F

Black with #ED099F

Text Example


Text Example

White with #ED099F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED099F; }

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

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

background-color css

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

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

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

border-color css

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

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

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