#E13B7F

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

Shades of Deep Cerise #E13B7F

Tints of Deep Cerise #E13B7F

Color information

#E13B7F (or 0xE13B7F) is unknown color: approx Deep Cerise. HEX triplet: E1, 3B and 7F. RGB value is (225,59,127). Sum of RGB (Red+Green+Blue) = 225+59+127=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 59 (23.44% from 255 or 14.36% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E13B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13B7F is #1EC480. Grayscale: #747474. Windows color (decimal): -2016385 or 8338401. OLE color: 8338401.

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

Color convert

RGB22559127-
CMYK00.740.440.12
HSL335.42º73.45%55.69%-
HSV(B)335.42º73.78%88.24%-
XYZ36.4520.6722.15-
YUV116.39134205.47-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 54.74%
GREEN value IS 59 (23.44% from 255) = 14.36%
BLUE value IS 127 (50% from 255) = 30.90%
R=54.74%
G=14.36%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255912700.740.440.12335.4273.4555.69
HexE13B7F04A2CC14f4938
Octal341731770112541451711170
Binary1110000111101111111110100101010110011001010011111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13B7F; }

 p { color: rgb(225,59,127); }

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

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

 a { background-color: rgb(225,59,127); }

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

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

 span { border-color: rgb(225,59,127); }

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