Html Css Color HEX #ED0990 Hollywood Cerise

📋 copy color: '#ED0990'

red 237 ◦ green 9 ◦ blue 144

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

Shades of Hollywood Cerise #ED0990

Tints of Hollywood Cerise #ED0990

RGB

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

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

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

R = 60.77%
G = 2.31%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#ED0990 (or 0xED0990) is known color: Hollywood Cerise. HEX triplet: ED, 09 and 90. RGB value is (237,9,144). Sum of RGB (Red+Green+Blue) = 237+9+144=390 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.77% from 390); Green value is 9 (3.91% from 255 or 2.31% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0990 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0990 is #12F66F. Grayscale: #5C5C5C. Windows color (decimal): -1242736 or 9439725. OLE color: 9439725.

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

Color convert

RGB 237 9 144 -
CMYK 0 0.96 0.39 0.07
HSL 324.47º 0.93% 0.48% -
HSV(B) 324.47º 0.96% 0.93% -
XYZ 40.06 20.21 28.18 -
YUV 92.56 157.04 231.02 -
System Red Green Blue C M Y K H S L
Decimal 237 9 144 0 0.96 0.39 0.07 324.47 0.93 0.48
Hex ED 9 90 0 60 27 7 144 5D 30
Octal 355 11 220 0 140 47 7 504 135 60
Binary 11101101 1001 10010000 0 1100000 100111 111 101000100 1011101 110000

Color Harmonies of #ED0990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0990

Black with #ED0990

Text Example


Text Example

White with #ED0990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0990; }

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

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

background-color css

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

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

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

border-color css

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

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

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