#E1346A

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

Shades of Cerise #E1346A

Tints of Cerise #E1346A

Color information

#E1346A (or 0xE1346A) is unknown color: approx Cerise. HEX triplet: E1, 34 and 6A. RGB value is (225,52,106). Sum of RGB (Red+Green+Blue) = 225+52+106=383 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.75% from 383); Green value is 52 (20.70% from 255 or 13.58% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 225 - color contains mainly: red. Hex color #E1346A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1346A is #1ECB95. Grayscale: #6D6D6D. Windows color (decimal): -2018198 or 6960353. OLE color: 6960353.

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

Color convert

RGB22552106-
CMYK00.770.530.12
HSL341.27º74.25%54.31%-
HSV(B)341.27º76.89%88.24%-
XYZ34.8819.515.56-
YUV109.88125.81210.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 58.75%
GREEN value IS 52 (20.70% from 255) = 13.58%
BLUE value IS 106 (41.80% from 255) = 27.68%
R=58.75%
G=13.58%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255210600.770.530.12341.2774.2554.31
HexE1346A04D35C1554a36
Octal341641520115651452511266
Binary1110000111010011010100100110111010111001010101011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1346A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1346A; }

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

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

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

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

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

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

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

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