Html Css Color HEX #ED089F Hollywood Cerise

📋 copy color: '#ED089F'

red 237 ◦ green 8 ◦ blue 159

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

Shades of Hollywood Cerise #ED089F

Tints of Hollywood Cerise #ED089F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.98%

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

R = 58.66%
G = 1.98%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED089F (or 0xED089F) is known color: Hollywood Cerise. HEX triplet: ED, 08 and 9F. RGB value is (237,8,159). Sum of RGB (Red+Green+Blue) = 237+8+159=404 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.66% from 404); Green value is 8 (3.52% from 255 or 1.98% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 237 - color contains mainly: red. Hex color #ED089F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED089F is #12F760. Grayscale: #5D5D5D. Windows color (decimal): -1242977 or 10422509. OLE color: 10422509.

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

Color convert

RGB 237 8 159 -
CMYK 0 0.97 0.33 0.07
HSL 320.44º 0.93% 0.48% -
HSV(B) 320.44º 0.97% 0.93% -
XYZ 41.27 20.68 34.62 -
YUV 93.69 164.87 230.22 -
System Red Green Blue C M Y K H S L
Decimal 237 8 159 0 0.97 0.33 0.07 320.44 0.93 0.48
Hex ED 8 9F 0 61 21 7 140 5D 30
Octal 355 10 237 0 141 41 7 500 135 60
Binary 11101101 1000 10011111 0 1100001 100001 111 101000000 1011101 110000

Color Harmonies of #ED089F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED089F

Black with #ED089F

Text Example


Text Example

White with #ED089F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED089F; }

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

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

background-color css

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

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

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

border-color css

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

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

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