Html Css Color HEX #ED089A Hollywood Cerise

📋 copy color: '#ED089A'

red 237 ◦ green 8 ◦ blue 154

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

Shades of Hollywood Cerise #ED089A

Tints of Hollywood Cerise #ED089A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.6%

R = 59.4%
G = 2.01%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED089A (or 0xED089A) is known color: Hollywood Cerise. HEX triplet: ED, 08 and 9A. RGB value is (237,8,154). Sum of RGB (Red+Green+Blue) = 237+8+154=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 8 (3.52% from 255 or 2.01% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED089A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED089A is #12F765. Grayscale: #5C5C5C. Windows color (decimal): -1242982 or 10094829. OLE color: 10094829.

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

Color convert

RGB 237 8 154 -
CMYK 0 0.97 0.35 0.07
HSL 321.75º 0.93% 0.48% -
HSV(B) 321.75º 0.97% 0.93% -
XYZ 40.84 20.51 32.38 -
YUV 93.12 162.37 230.63 -
System Red Green Blue C M Y K H S L
Decimal 237 8 154 0 0.97 0.35 0.07 321.75 0.93 0.48
Hex ED 8 9A 0 61 23 7 142 5D 30
Octal 355 10 232 0 141 43 7 502 135 60
Binary 11101101 1000 10011010 0 1100001 100011 111 101000010 1011101 110000

Color Harmonies of #ED089A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED089A

Black with #ED089A

Text Example


Text Example

White with #ED089A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED089A; }

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

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

background-color css

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

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

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

border-color css

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

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

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