#E1346B

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

Shades of Cerise #E1346B

Tints of Cerise #E1346B

Color information

#E1346B (or 0xE1346B) is unknown color: approx Cerise. HEX triplet: E1, 34 and 6B. RGB value is (225,52,107). Sum of RGB (Red+Green+Blue) = 225+52+107=384 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.59% from 384); Green value is 52 (20.70% from 255 or 13.54% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 225 - color contains mainly: red. Hex color #E1346B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1346B is #1ECB94. Grayscale: #6D6D6D. Windows color (decimal): -2018197 or 7025889. OLE color: 7025889.

HSL color Cylindrical-coordinate representation of color #E1346B: hue angle of 340.92º 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 #E1346B is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB22552107-
CMYK00.770.520.12
HSL340.92º74.25%54.31%-
HSV(B)340.92º76.89%88.24%-
XYZ34.9319.5315.84-
YUV110126.31210.03-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 58.59%
GREEN value IS 52 (20.70% from 255) = 13.54%
BLUE value IS 107 (42.19% from 255) = 27.86%
R=58.59%
G=13.54%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255210700.770.520.12340.9274.2554.31
HexE1346B04D34C1554a36
Octal341641530115641452511266
Binary1110000111010011010110100110111010011001010101011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1346B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1346B; }

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

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

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

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

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

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

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

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