Html Css Color HEX #ED079A Hollywood Cerise

📋 copy color: '#ED079A'

red 237 ◦ green 7 ◦ blue 154

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

Shades of Hollywood Cerise #ED079A

Tints of Hollywood Cerise #ED079A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.69%

R = 59.55%
G = 1.76%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED079A (or 0xED079A) is known color: Hollywood Cerise. HEX triplet: ED, 07 and 9A. RGB value is (237,7,154). Sum of RGB (Red+Green+Blue) = 237+7+154=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 7 (3.12% from 255 or 1.76% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED079A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED079A is #12F865. Grayscale: #5C5C5C. Windows color (decimal): -1243238 or 10094573. OLE color: 10094573.

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

Color convert

RGB 237 7 154 -
CMYK 0 0.97 0.35 0.07
HSL 321.65º 0.94% 0.48% -
HSV(B) 321.65º 0.97% 0.93% -
XYZ 40.83 20.49 32.37 -
YUV 92.53 162.7 231.05 -
System Red Green Blue C M Y K H S L
Decimal 237 7 154 0 0.97 0.35 0.07 321.65 0.94 0.48
Hex ED 7 9A 0 61 23 7 142 5E 30
Octal 355 7 232 0 141 43 7 502 136 60
Binary 11101101 111 10011010 0 1100001 100011 111 101000010 1011110 110000

Color Harmonies of #ED079A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED079A

Black with #ED079A

Text Example


Text Example

White with #ED079A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED079A; }

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

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

background-color css

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

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

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

border-color css

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

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

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