Html Css Color HEX #ED079D Hollywood Cerise

📋 copy color: '#ED079D'

red 237 ◦ green 7 ◦ blue 157

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

Shades of Hollywood Cerise #ED079D

Tints of Hollywood Cerise #ED079D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.15%

R = 59.1%
G = 1.75%
B = 39.15%

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

#ED079D (or 0xED079D) is known color: Hollywood Cerise. HEX triplet: ED, 07 and 9D. RGB value is (237,7,157). Sum of RGB (Red+Green+Blue) = 237+7+157=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 7 (3.12% from 255 or 1.75% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED079D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED079D is #12F862. Grayscale: #5C5C5C. Windows color (decimal): -1243235 or 10291181. OLE color: 10291181.

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

Color convert

RGB 237 7 157 -
CMYK 0 0.97 0.34 0.07
HSL 320.87º 0.94% 0.48% -
HSV(B) 320.87º 0.97% 0.93% -
XYZ 41.09 20.59 33.71 -
YUV 92.87 164.2 230.8 -
System Red Green Blue C M Y K H S L
Decimal 237 7 157 0 0.97 0.34 0.07 320.87 0.94 0.48
Hex ED 7 9D 0 61 22 7 141 5E 30
Octal 355 7 235 0 141 42 7 501 136 60
Binary 11101101 111 10011101 0 1100001 100010 111 101000001 1011110 110000

Color Harmonies of #ED079D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED079D

Black with #ED079D

Text Example


Text Example

White with #ED079D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED079D; }

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

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

background-color css

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

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

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

border-color css

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

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

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