#E1347F

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

Shades of Deep Cerise #E1347F

Tints of Deep Cerise #E1347F

Color information

#E1347F (or 0xE1347F) is unknown color: approx Deep Cerise. HEX triplet: E1, 34 and 7F. RGB value is (225,52,127). Sum of RGB (Red+Green+Blue) = 225+52+127=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 52 (20.70% from 255 or 12.87% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E1347F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1347F is #1ECB80. Grayscale: #707070. Windows color (decimal): -2018177 or 8336609. OLE color: 8336609.

HSL color Cylindrical-coordinate representation of color #E1347F: hue angle of 333.99º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E1347F is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB22552127-
CMYK00.770.440.12
HSL333.99º74.25%54.31%-
HSV(B)333.99º76.89%88.24%-
XYZ36.112022.04-
YUV112.28136.31208.4-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.69%
GREEN value IS 52 (20.70% from 255) = 12.87%
BLUE value IS 127 (50% from 255) = 31.44%
R=55.69%
G=12.87%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255212700.770.440.12333.9974.2554.31
HexE1347F04D2CC14e4a36
Octal341641770115541451611266
Binary1110000111010011111110100110110110011001010011101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1347F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1347F; }

 p { color: rgb(225,52,127); }

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

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

 a { background-color: rgb(225,52,127); }

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

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

 span { border-color: rgb(225,52,127); }

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