#E1367B

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

Shades of Deep Cerise #E1367B

Tints of Deep Cerise #E1367B

Color information

#E1367B (or 0xE1367B) is unknown color: approx Deep Cerise. HEX triplet: E1, 36 and 7B. RGB value is (225,54,123). Sum of RGB (Red+Green+Blue) = 225+54+123=402 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.97% from 402); Green value is 54 (21.48% from 255 or 13.43% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 225 - color contains mainly: red. Hex color #E1367B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1367B is #1EC984. Grayscale: #707070. Windows color (decimal): -2017669 or 8074977. OLE color: 8074977.

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

Color convert

RGB22554123-
CMYK00.760.450.12
HSL335.79º74.03%54.71%-
HSV(B)335.79º76%88.24%-
XYZ35.9520.0820.72-
YUV112.99133.65207.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.97%
GREEN value IS 54 (21.48% from 255) = 13.43%
BLUE value IS 123 (48.44% from 255) = 30.60%
R=55.97%
G=13.43%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255412300.760.450.12335.7974.0354.71
HexE1367B04C2DC1504a37
Octal341661730114551452011267
Binary1110000111011011110110100110010110111001010100001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1367B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1367B; }

 p { color: rgb(225,54,123); }

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

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

 a { background-color: rgb(225,54,123); }

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

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

 span { border-color: rgb(225,54,123); }

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