Html Css Color HEX #ED079E Hollywood Cerise

📋 copy color: '#ED079E'

red 237 ◦ green 7 ◦ blue 158

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

Shades of Hollywood Cerise #ED079E

Tints of Hollywood Cerise #ED079E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.3%

R = 58.96%
G = 1.74%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED079E (or 0xED079E) is known color: Hollywood Cerise. HEX triplet: ED, 07 and 9E. RGB value is (237,7,158). Sum of RGB (Red+Green+Blue) = 237+7+158=402 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.96% from 402); Green value is 7 (3.12% from 255 or 1.74% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 237 - color contains mainly: red. Hex color #ED079E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED079E is #12F861. Grayscale: #5C5C5C. Windows color (decimal): -1243234 or 10356717. OLE color: 10356717.

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

Color convert

RGB 237 7 158 -
CMYK 0 0.97 0.33 0.07
HSL 320.61º 0.94% 0.48% -
HSV(B) 320.61º 0.97% 0.93% -
XYZ 41.17 20.63 34.16 -
YUV 92.98 164.7 230.72 -
System Red Green Blue C M Y K H S L
Decimal 237 7 158 0 0.97 0.33 0.07 320.61 0.94 0.48
Hex ED 7 9E 0 61 21 7 141 5E 30
Octal 355 7 236 0 141 41 7 501 136 60
Binary 11101101 111 10011110 0 1100001 100001 111 101000001 1011110 110000

Color Harmonies of #ED079E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED079E

Black with #ED079E

Text Example


Text Example

White with #ED079E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED079E; }

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

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

background-color css

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

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

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

border-color css

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

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

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