#E5338D

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

Shades of Deep Cerise #E5338D

Tints of Deep Cerise #E5338D

Color information

#E5338D (or 0xE5338D) is unknown color: approx Deep Cerise. HEX triplet: E5, 33 and 8D. RGB value is (229,51,141). Sum of RGB (Red+Green+Blue) = 229+51+141=421 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.39% from 421); Green value is 51 (20.31% from 255 or 12.11% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 229 - color contains mainly: red. Hex color #E5338D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5338D is #1ACC72. Grayscale: #727272. Windows color (decimal): -1756275 or 9253861. OLE color: 9253861.

HSL color Cylindrical-coordinate representation of color #E5338D: hue angle of 329.66º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E5338D is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB22951141-
CMYK00.780.380.10
HSL329.66º77.39%54.9%-
HSV(B)329.66º77.73%89.8%-
XYZ38.320.9527.22-
YUV114.48142.97209.68-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 54.39%
GREEN value IS 51 (20.31% from 255) = 12.11%
BLUE value IS 141 (55.47% from 255) = 33.49%
R=54.39%
G=12.11%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2295114100.780.380.10329.6677.3954.9
HexE5338D04E26A14a4d37
Octal345632150116461251211567
Binary11100101110011100011010100111010011010101010010101001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5338D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5338D; }

 p { color: rgb(229,51,141); }

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

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

 a { background-color: rgb(229,51,141); }

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

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

 span { border-color: rgb(229,51,141); }

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