#E13FA6

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

Shades of Deep Cerise #E13FA6

Tints of Deep Cerise #E13FA6

Color information

#E13FA6 (or 0xE13FA6) is unknown color: approx Deep Cerise. HEX triplet: E1, 3F and A6. RGB value is (225,63,166). Sum of RGB (Red+Green+Blue) = 225+63+166=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 63 (25% from 255 or 13.88% from 454); Blue value is 166 (65.23% from 255 or 36.56% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E13FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13FA6 is #1EC059. Grayscale: #7A7A7A. Windows color (decimal): -2015322 or 10895329. OLE color: 10895329.

HSL color Cylindrical-coordinate representation of color #E13FA6: hue angle of 321.85º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E13FA6 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB22563166-
CMYK00.720.260.12
HSL321.85º72.97%56.47%-
HSV(B)321.85º72%88.24%-
XYZ39.7122.3238.29-
YUV123.18152.17200.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.56%
GREEN value IS 63 (25% from 255) = 13.88%
BLUE value IS 166 (65.23% from 255) = 36.56%
R=49.56%
G=13.88%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256316600.720.260.12321.8572.9756.47
HexE13FA60481AC1424938
Octal341772460110321450211170
Binary1110000111111110100110010010001101011001010000101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13FA6; }

 p { color: rgb(225,63,166); }

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

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

 a { background-color: rgb(225,63,166); }

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

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

 span { border-color: rgb(225,63,166); }

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