Html Css Color HEX #ED079F Hollywood Cerise

📋 copy color: '#ED079F'

red 237 ◦ green 7 ◦ blue 159

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

Shades of Hollywood Cerise #ED079F

Tints of Hollywood Cerise #ED079F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.45%

R = 58.81%
G = 1.74%
B = 39.45%

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

#ED079F (or 0xED079F) is known color: Hollywood Cerise. HEX triplet: ED, 07 and 9F. RGB value is (237,7,159). Sum of RGB (Red+Green+Blue) = 237+7+159=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 7 (3.12% from 255 or 1.74% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #ED079F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED079F is #12F860. Grayscale: #5C5C5C. Windows color (decimal): -1243233 or 10422253. OLE color: 10422253.

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

Color convert

RGB 237 7 159 -
CMYK 0 0.97 0.33 0.07
HSL 320.35º 0.94% 0.48% -
HSV(B) 320.35º 0.97% 0.93% -
XYZ 41.26 20.66 34.61 -
YUV 93.1 165.2 230.64 -
System Red Green Blue C M Y K H S L
Decimal 237 7 159 0 0.97 0.33 0.07 320.35 0.94 0.48
Hex ED 7 9F 0 61 21 7 140 5E 30
Octal 355 7 237 0 141 41 7 500 136 60
Binary 11101101 111 10011111 0 1100001 100001 111 101000000 1011110 110000

Color Harmonies of #ED079F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED079F

Black with #ED079F

Text Example


Text Example

White with #ED079F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED079F; }

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

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

background-color css

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

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

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

border-color css

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

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

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