Html Css Color HEX #E2079A Hollywood Cerise

📋 copy color: '#E2079A'

red 226 ◦ green 7 ◦ blue 154

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

Shades of Hollywood Cerise #E2079A

Tints of Hollywood Cerise #E2079A

RGB

 RED value IS 226 (88.67% from 255) = 58.4%

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

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

R = 58.4%
G = 1.81%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#E2079A (or 0xE2079A) is known color: Hollywood Cerise. HEX triplet: E2, 07 and 9A. RGB value is (226,7,154). Sum of RGB (Red+Green+Blue) = 226+7+154=387 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.40% from 387); Green value is 7 (3.12% from 255 or 1.81% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 226 - color contains mainly: red. Hex color #E2079A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2079A is #1DF865. Grayscale: #585858. Windows color (decimal): -1964134 or 10094562. OLE color: 10094562.

HSL color Cylindrical-coordinate representation of color #E2079A: hue angle of 319.73º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E2079A is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 7 154 -
CMYK 0 0.97 0.32 0.11
HSL 319.73º 0.94% 0.46% -
HSV(B) 319.73º 0.97% 0.89% -
XYZ 37.27 18.65 32.21 -
YUV 89.24 164.55 225.55 -
System Red Green Blue C M Y K H S L
Decimal 226 7 154 0 0.97 0.32 0.11 319.73 0.94 0.46
Hex E2 7 9A 0 61 20 B 140 5E 2E
Octal 342 7 232 0 141 40 13 500 136 56
Binary 11100010 111 10011010 0 1100001 100000 1011 101000000 1011110 101110

Color Harmonies of #E2079A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2079A

Black with #E2079A

Text Example


Text Example

White with #E2079A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2079A; }

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

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

background-color css

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

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

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

border-color css

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

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

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