#E1338B

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

Shades of Deep Cerise #E1338B

Tints of Deep Cerise #E1338B

Color information

#E1338B (or 0xE1338B) is unknown color: approx Deep Cerise. HEX triplet: E1, 33 and 8B. RGB value is (225,51,139). Sum of RGB (Red+Green+Blue) = 225+51+139=415 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.22% from 415); Green value is 51 (20.31% from 255 or 12.29% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 225 - color contains mainly: red. Hex color #E1338B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1338B is #1ECC74. Grayscale: #707070. Windows color (decimal): -2018421 or 9122785. OLE color: 9122785.

HSL color Cylindrical-coordinate representation of color #E1338B: hue angle of 329.66º 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 #E1338B is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB22551139-
CMYK00.770.380.12
HSL329.66º74.36%54.12%-
HSV(B)329.66º77.33%88.24%-
XYZ36.920.2426.39-
YUV113.06142.65207.84-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 54.22%
GREEN value IS 51 (20.31% from 255) = 12.29%
BLUE value IS 139 (54.69% from 255) = 33.49%
R=54.22%
G=12.29%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255113900.770.380.12329.6674.3654.12
HexE1338B04D26C14a4a36
Octal341632130115461451211266
Binary11100001110011100010110100110110011011001010010101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1338B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1338B; }

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

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

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

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

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

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

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

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