#E12A67

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

Shades of Cerise #E12A67

Tints of Cerise #E12A67

Color information

#E12A67 (or 0xE12A67) is unknown color: approx Cerise. HEX triplet: E1, 2A and 67. RGB value is (225,42,103). Sum of RGB (Red+Green+Blue) = 225+42+103=370 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.81% from 370); Green value is 42 (16.80% from 255 or 11.35% from 370); Blue value is 103 (40.62% from 255 or 27.84% from 370); Max value from RGB is 225 - color contains mainly: red. Hex color #E12A67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12A67 is #1ED598. Grayscale: #676767. Windows color (decimal): -2020761 or 6761185. OLE color: 6761185.

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

Color convert

RGB22542103-
CMYK00.810.540.12
HSL340º75.31%52.35%-
HSV(B)340º81.33%88.24%-
XYZ34.3318.6414.62-
YUV103.67127.63214.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 60.81%
GREEN value IS 42 (16.80% from 255) = 11.35%
BLUE value IS 103 (40.62% from 255) = 27.84%
R=60.81%
G=11.35%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254210300.810.540.1234075.3152.35
HexE12A6705136C1544b34
Octal341521470121661452411364
Binary1110000110101011001110101000111011011001010101001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12A67; }

 p { color: rgb(225,42,103); }

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

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

 a { background-color: rgb(225,42,103); }

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

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

 span { border-color: rgb(225,42,103); }

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