#E1276F

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

Shades of Cerise #E1276F

Tints of Cerise #E1276F

Color information

#E1276F (or 0xE1276F) is unknown color: approx Cerise. HEX triplet: E1, 27 and 6F. RGB value is (225,39,111). Sum of RGB (Red+Green+Blue) = 225+39+111=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 39 (15.62% from 255 or 10.4% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E1276F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1276F is #1ED890. Grayscale: #666666. Windows color (decimal): -2021521 or 7284705. OLE color: 7284705.

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

Color convert

RGB22539111-
CMYK00.830.510.12
HSL336.77º75.61%51.76%-
HSV(B)336.77º82.67%88.24%-
XYZ34.6518.6116.8-
YUV102.82132.62215.15-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 60%
GREEN value IS 39 (15.62% from 255) = 10.4%
BLUE value IS 111 (43.75% from 255) = 29.6%
R=60%
G=10.4%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2253911100.830.510.12336.7775.6151.76
HexE1276F05333C1514c34
Octal341471570123631452111464
Binary1110000110011111011110101001111001111001010100011001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1276F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1276F; }

 p { color: rgb(225,39,111); }

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

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

 a { background-color: rgb(225,39,111); }

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

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

 span { border-color: rgb(225,39,111); }

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