#E1216B

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

Shades of Cerise #E1216B

Tints of Cerise #E1216B

Color information

#E1216B (or 0xE1216B) is unknown color: approx Cerise. HEX triplet: E1, 21 and 6B. RGB value is (225,33,107). Sum of RGB (Red+Green+Blue) = 225+33+107=365 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.64% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 225 - color contains mainly: red. Hex color #E1216B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1216B is #1EDE94. Grayscale: #626262. Windows color (decimal): -2023061 or 7021025. OLE color: 7021025.

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

Color convert

RGB22533107-
CMYK00.850.520.12
HSL336.88º76.19%50.59%-
HSV(B)336.88º85.33%88.24%-
XYZ34.2518.1615.61-
YUV98.84132.61217.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 61.64%
GREEN value IS 33 (13.28% from 255) = 9.04%
BLUE value IS 107 (42.19% from 255) = 29.32%
R=61.64%
G=9.04%
B=29.32%

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
Decimal2253310700.850.520.12336.8876.1950.59
HexE1216B05534C1514c33
Octal341411530125641452111463
Binary1110000110000111010110101010111010011001010100011001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1216B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1216B; }

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

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

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

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

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

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

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

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