#E2197C

Color #E2197C Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #E2197C

Tints of Deep Cerise #E2197C

Color information

#E2197C (or 0xE2197C) is unknown color: approx Deep Cerise. HEX triplet: E2, 19 and 7C. RGB value is (226,25,124). Sum of RGB (Red+Green+Blue) = 226+25+124=375 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.27% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 226 - color contains mainly: red. Hex color #E2197C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2197C is #1DE683. Grayscale: #606060. Windows color (decimal): -1959556 or 8133090. OLE color: 8133090.

HSL color Cylindrical-coordinate representation of color #E2197C: hue angle of 330.45º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E2197C is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB22625124-
CMYK00.890.450.11
HSL330.45º80.08%49.22%-
HSV(B)330.45º88.94%88.63%-
XYZ35.3518.3220.74-
YUV96.38143.59220.45-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 60.27%
GREEN value IS 25 (10.16% from 255) = 6.67%
BLUE value IS 124 (48.83% from 255) = 33.07%
R=60.27%
G=6.67%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262512400.890.450.11330.4580.0849.22
HexE2197C0592DB14a5031
Octal342311740131551351212061
Binary111000101100111111000101100110110110111010010101010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2197C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2197C; }

 p { color: rgb(226,25,124); }

 H1.HeaderClassName
 {
   color: #E2197C;
 }
 .AnyTagClassName
 {
   color: #E2197C;
 }
</style>
background-color css

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

 a { background-color: rgb(226,25,124); }

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

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

 span { border-color: rgb(226,25,124); }

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