Html Css Color HEX #ED099B Hollywood Cerise

📋 copy color: '#ED099B'

red 237 ◦ green 9 ◦ blue 155

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

Shades of Hollywood Cerise #ED099B

Tints of Hollywood Cerise #ED099B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.65%

R = 59.1%
G = 2.24%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED099B (or 0xED099B) is known color: Hollywood Cerise. HEX triplet: ED, 09 and 9B. RGB value is (237,9,155). Sum of RGB (Red+Green+Blue) = 237+9+155=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 9 (3.91% from 255 or 2.24% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED099B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED099B is #12F664. Grayscale: #5D5D5D. Windows color (decimal): -1242725 or 10160621. OLE color: 10160621.

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

Color convert

RGB 237 9 155 -
CMYK 0 0.96 0.35 0.07
HSL 321.58º 0.93% 0.48% -
HSV(B) 321.58º 0.96% 0.93% -
XYZ 40.94 20.57 32.82 -
YUV 93.82 162.54 230.13 -
System Red Green Blue C M Y K H S L
Decimal 237 9 155 0 0.96 0.35 0.07 321.58 0.93 0.48
Hex ED 9 9B 0 60 23 7 142 5D 30
Octal 355 11 233 0 140 43 7 502 135 60
Binary 11101101 1001 10011011 0 1100000 100011 111 101000010 1011101 110000

Color Harmonies of #ED099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED099B

Black with #ED099B

Text Example


Text Example

White with #ED099B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED099B; }

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

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

background-color css

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

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

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

border-color css

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

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

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