#E1216D

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

Shades of Cerise #E1216D

Tints of Cerise #E1216D

Color information

#E1216D (or 0xE1216D) is unknown color: approx Cerise. HEX triplet: E1, 21 and 6D. RGB value is (225,33,109). Sum of RGB (Red+Green+Blue) = 225+33+109=367 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.31% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 225 - color contains mainly: red. Hex color #E1216D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1216D is #1EDE92. Grayscale: #626262. Windows color (decimal): -2023059 or 7152097. OLE color: 7152097.

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

Color convert

RGB22533109-
CMYK00.850.520.12
HSL336.25º76.19%50.59%-
HSV(B)336.25º85.33%88.24%-
XYZ34.3618.216.17-
YUV99.07133.61217.82-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 61.31%
GREEN value IS 33 (13.28% from 255) = 8.99%
BLUE value IS 109 (42.97% from 255) = 29.70%
R=61.31%
G=8.99%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2253310900.850.520.12336.2576.1950.59
HexE1216D05534C1504c33
Octal341411550125641452011463
Binary1110000110000111011010101010111010011001010100001001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1216D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1216D; }

 p { color: rgb(225,33,109); }

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

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

 a { background-color: rgb(225,33,109); }

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

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

 span { border-color: rgb(225,33,109); }

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