#E2379F

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

Shades of Deep Cerise #E2379F

Tints of Deep Cerise #E2379F

Color information

#E2379F (or 0xE2379F) is unknown color: approx Deep Cerise. HEX triplet: E2, 37 and 9F. RGB value is (226,55,159). Sum of RGB (Red+Green+Blue) = 226+55+159=440 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.36% from 440); Green value is 55 (21.88% from 255 or 12.5% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 226 - color contains mainly: red. Hex color #E2379F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2379F is #1DC860. Grayscale: #757575. Windows color (decimal): -1951841 or 10434530. OLE color: 10434530.

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

Color convert

RGB22655159-
CMYK00.760.300.11
HSL323.51º74.67%55.1%-
HSV(B)323.51º75.66%88.63%-
XYZ38.9921.434.88-
YUV117.98151.15205.04-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.36%
GREEN value IS 55 (21.88% from 255) = 12.5%
BLUE value IS 159 (62.5% from 255) = 36.14%
R=51.36%
G=12.5%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2265515900.760.300.11323.5174.6755.1
HexE2379F04C1EB1444b37
Octal342672370114361350411367
Binary1110001011011110011111010011001111010111010001001001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2379F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2379F; }

 p { color: rgb(226,55,159); }

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

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

 a { background-color: rgb(226,55,159); }

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

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

 span { border-color: rgb(226,55,159); }

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