Html Css Color HEX #ED099E Hollywood Cerise

📋 copy color: '#ED099E'

red 237 ◦ green 9 ◦ blue 158

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

Shades of Hollywood Cerise #ED099E

Tints of Hollywood Cerise #ED099E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.11%

R = 58.66%
G = 2.23%
B = 39.11%

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

#ED099E (or 0xED099E) is known color: Hollywood Cerise. HEX triplet: ED, 09 and 9E. RGB value is (237,9,158). Sum of RGB (Red+Green+Blue) = 237+9+158=404 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.66% from 404); Green value is 9 (3.91% from 255 or 2.23% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 237 - color contains mainly: red. Hex color #ED099E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED099E is #12F661. Grayscale: #5D5D5D. Windows color (decimal): -1242722 or 10357229. OLE color: 10357229.

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

Color convert

RGB 237 9 158 -
CMYK 0 0.96 0.33 0.07
HSL 320.79º 0.93% 0.48% -
HSV(B) 320.79º 0.96% 0.93% -
XYZ 41.19 20.67 34.17 -
YUV 94.16 164.04 229.88 -
System Red Green Blue C M Y K H S L
Decimal 237 9 158 0 0.96 0.33 0.07 320.79 0.93 0.48
Hex ED 9 9E 0 60 21 7 141 5D 30
Octal 355 11 236 0 140 41 7 501 135 60
Binary 11101101 1001 10011110 0 1100000 100001 111 101000001 1011101 110000

Color Harmonies of #ED099E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED099E

Black with #ED099E

Text Example


Text Example

White with #ED099E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED099E; }

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

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

background-color css

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

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

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

border-color css

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

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

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