Html Css Color HEX #ED089C Hollywood Cerise

📋 copy color: '#ED089C'

red 237 ◦ green 8 ◦ blue 156

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

Shades of Hollywood Cerise #ED089C

Tints of Hollywood Cerise #ED089C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.9%

R = 59.1%
G = 2%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED089C (or 0xED089C) is known color: Hollywood Cerise. HEX triplet: ED, 08 and 9C. RGB value is (237,8,156). Sum of RGB (Red+Green+Blue) = 237+8+156=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 8 (3.52% from 255 or 2.00% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED089C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED089C is #12F763. Grayscale: #5C5C5C. Windows color (decimal): -1242980 or 10225901. OLE color: 10225901.

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

Color convert

RGB 237 8 156 -
CMYK 0 0.97 0.34 0.07
HSL 321.22º 0.93% 0.48% -
HSV(B) 321.22º 0.97% 0.93% -
XYZ 41.01 20.58 33.26 -
YUV 93.34 163.37 230.47 -
System Red Green Blue C M Y K H S L
Decimal 237 8 156 0 0.97 0.34 0.07 321.22 0.93 0.48
Hex ED 8 9C 0 61 22 7 141 5D 30
Octal 355 10 234 0 141 42 7 501 135 60
Binary 11101101 1000 10011100 0 1100001 100010 111 101000001 1011101 110000

Color Harmonies of #ED089C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED089C

Black with #ED089C

Text Example


Text Example

White with #ED089C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED089C; }

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

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

background-color css

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

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

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

border-color css

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

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

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