#E13A6D

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

Shades of Cerise #E13A6D

Tints of Cerise #E13A6D

Color information

#E13A6D (or 0xE13A6D) is unknown color: approx Cerise. HEX triplet: E1, 3A and 6D. RGB value is (225,58,109). Sum of RGB (Red+Green+Blue) = 225+58+109=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 58 (23.05% from 255 or 14.80% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E13A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13A6D is #1EC592. Grayscale: #717171. Windows color (decimal): -2016659 or 7158497. OLE color: 7158497.

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

Color convert

RGB22558109-
CMYK00.740.520.12
HSL341.68º73.57%55.49%-
HSV(B)341.68º74.22%88.24%-
XYZ35.3220.1416.49-
YUV113.75125.33207.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.40%
GREEN value IS 58 (23.05% from 255) = 14.80%
BLUE value IS 109 (42.97% from 255) = 27.81%
R=57.40%
G=14.80%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255810900.740.520.12341.6873.5755.49
HexE13A6D04A34C1564a37
Octal341721550112641452611267
Binary1110000111101011011010100101011010011001010101101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13A6D; }

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

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

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

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

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

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

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

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