Html Css Color HEX #ED0090 Hollywood Cerise

📋 copy color: '#ED0090'

red 237 ◦ green 0 ◦ blue 144

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

Shades of Hollywood Cerise #ED0090

Tints of Hollywood Cerise #ED0090

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 144 (56.64% from 255) = 37.8%

R = 62.2%
G = 0%
B = 37.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#ED0090 (or 0xED0090) is known color: Hollywood Cerise. HEX triplet: ED, 00 and 90. RGB value is (237,0,144). Sum of RGB (Red+Green+Blue) = 237+0+144=381 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.20% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0090 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0090 is #12FF6F. Grayscale: #565656. Windows color (decimal): -1245040 or 9437421. OLE color: 9437421.

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

Color convert

RGB 237 0 144 -
CMYK 0 1 0.39 0.07
HSL 323.54º 1% 0.46% -
HSV(B) 323.54º 1% 0.93% -
XYZ 39.96 20.02 28.14 -
YUV 87.28 160.02 234.79 -
System Red Green Blue C M Y K H S L
Decimal 237 0 144 0 1 0.39 0.07 323.54 1 0.46
Hex ED 0 90 0 64 27 7 144 64 2E
Octal 355 0 220 0 144 47 7 504 144 56
Binary 11101101 0 10010000 0 1100100 100111 111 101000100 1100100 101110

Color Harmonies of #ED0090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0090

Black with #ED0090

Text Example


Text Example

White with #ED0090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0090; }

 p { color: rgb(237,0,144); }

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

background-color css

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

 a { background-color: rgb(237,0,144); }

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

border-color css

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

 span { border-color: rgb(237,0,144); }

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