#e2297f

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

Shades of Deep Cerise #E2297F

Tints of Deep Cerise #E2297F

Color information

#E2297F (or 0xE2297F) is unknown color: approx Deep Cerise. HEX triplet: E2, 29 and 7F. RGB value is (226,41,127). Sum of RGB (Red+Green+Blue) = 226+41+127=394 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.36% from 394); Green value is 41 (16.41% from 255 or 10.41% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 226 - color contains mainly: red. Hex color #E2297F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2297F is #1DD680. Grayscale: #696969. Windows color (decimal): -1955457 or 8333794. OLE color: 8333794.

HSL color Cylindrical-coordinate representation of color #E2297F: hue angle of 332.11º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E2297F is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB22641127-
CMYK00.820.440.11
HSL332.11º76.13%52.35%-
HSV(B)332.11º81.86%88.63%-
XYZ35.9919.2921.9-
YUV106.12139.79213.51-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 57.36%
GREEN value IS 41 (16.41% from 255) = 10.41%
BLUE value IS 127 (50% from 255) = 32.23%
R=57.36%
G=10.41%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2264112700.820.440.11332.1176.1352.35
HexE2297F0522CB14c4c34
Octal342511770122541351411464
Binary1110001010100111111110101001010110010111010011001001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2297f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2297f; }

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

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

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

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

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

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

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

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