#E13375

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

Shades of Cerise #E13375

Tints of Cerise #E13375

Color information

#E13375 (or 0xE13375) is unknown color: approx Cerise. HEX triplet: E1, 33 and 75. RGB value is (225,51,117). Sum of RGB (Red+Green+Blue) = 225+51+117=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 51 (20.31% from 255 or 12.98% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E13375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13375 is #1ECC8A. Grayscale: #6E6E6E. Windows color (decimal): -2018443 or 7680993. OLE color: 7680993.

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

Color convert

RGB22551117-
CMYK00.770.480.12
HSL337.24º74.36%54.12%-
HSV(B)337.24º77.33%88.24%-
XYZ35.4519.6618.76-
YUV110.55131.65209.63-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.25%
GREEN value IS 51 (20.31% from 255) = 12.98%
BLUE value IS 117 (46.09% from 255) = 29.77%
R=57.25%
G=12.98%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255111700.770.480.12337.2474.3654.12
HexE1337504D30C1514a36
Octal341631650115601452111266
Binary1110000111001111101010100110111000011001010100011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13375; }

 p { color: rgb(225,51,117); }

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

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

 a { background-color: rgb(225,51,117); }

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

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

 span { border-color: rgb(225,51,117); }

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