#E2197F

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

Shades of Deep Cerise #E2197F

Tints of Deep Cerise #E2197F

Color information

#E2197F (or 0xE2197F) is unknown color: approx Deep Cerise. HEX triplet: E2, 19 and 7F. RGB value is (226,25,127). Sum of RGB (Red+Green+Blue) = 226+25+127=378 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.79% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 226 - color contains mainly: red. Hex color #E2197F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2197F is #1DE680. Grayscale: #606060. Windows color (decimal): -1959553 or 8329698. OLE color: 8329698.

HSL color Cylindrical-coordinate representation of color #E2197F: hue angle of 329.55º 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 #E2197F is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB22625127-
CMYK00.890.440.11
HSL329.55º80.08%49.22%-
HSV(B)329.55º88.94%88.63%-
XYZ35.5418.421.76-
YUV96.73145.09220.21-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 59.79%
GREEN value IS 25 (10.16% from 255) = 6.61%
BLUE value IS 127 (50% from 255) = 33.60%
R=59.79%
G=6.61%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262512700.890.440.11329.5580.0849.22
HexE2197F0592CB14a5031
Octal342311770131541351212061
Binary111000101100111111110101100110110010111010010101010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2197F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2197F; }

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

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

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

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

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

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

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

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