Html Css Color HEX #ED0790 Hollywood Cerise

📋 copy color: '#ED0790'

red 237 ◦ green 7 ◦ blue 144

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

Shades of Hollywood Cerise #ED0790

Tints of Hollywood Cerise #ED0790

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.8%

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

R = 61.08%
G = 1.8%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#ED0790 (or 0xED0790) is known color: Hollywood Cerise. HEX triplet: ED, 07 and 90. RGB value is (237,7,144). Sum of RGB (Red+Green+Blue) = 237+7+144=388 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.08% from 388); Green value is 7 (3.12% from 255 or 1.80% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0790 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0790 is #12F86F. Grayscale: #5B5B5B. Windows color (decimal): -1243248 or 9439213. OLE color: 9439213.

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

Color convert

RGB 237 7 144 -
CMYK 0 0.97 0.39 0.07
HSL 324.26º 0.94% 0.48% -
HSV(B) 324.26º 0.97% 0.93% -
XYZ 40.04 20.17 28.17 -
YUV 91.39 157.7 231.86 -
System Red Green Blue C M Y K H S L
Decimal 237 7 144 0 0.97 0.39 0.07 324.26 0.94 0.48
Hex ED 7 90 0 61 27 7 144 5E 30
Octal 355 7 220 0 141 47 7 504 136 60
Binary 11101101 111 10010000 0 1100001 100111 111 101000100 1011110 110000

Color Harmonies of #ED0790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0790

Black with #ED0790

Text Example


Text Example

White with #ED0790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0790; }

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

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

background-color css

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

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

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

border-color css

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

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

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