#E5228A

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

Shades of Deep Cerise #E5228A

Tints of Deep Cerise #E5228A

Color information

#E5228A (or 0xE5228A) is unknown color: approx Deep Cerise. HEX triplet: E5, 22 and 8A. RGB value is (229,34,138). Sum of RGB (Red+Green+Blue) = 229+34+138=401 (53% of max value = 765). Red value is 229 (89.84% from 255 or 57.11% from 401); Green value is 34 (13.67% from 255 or 8.48% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 229 - color contains mainly: red. Hex color #E5228A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5228A is #1ADD75. Grayscale: #676767. Windows color (decimal): -1760630 or 9052901. OLE color: 9052901.

HSL color Cylindrical-coordinate representation of color #E5228A: hue angle of 328º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E5228A is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB22934138-
CMYK00.850.400.10
HSL328º78.95%51.57%-
HSV(B)328º85.15%89.8%-
XYZ37.4719.6425.86-
YUV104.16147.1217.04-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 57.11%
GREEN value IS 34 (13.67% from 255) = 8.48%
BLUE value IS 138 (54.30% from 255) = 34.41%
R=57.11%
G=8.48%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2293413800.850.400.1032878.9551.57
HexE5228A05528A1484f34
Octal345422120125501251011764
Binary11100101100010100010100101010110100010101010010001001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5228A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5228A; }

 p { color: rgb(229,34,138); }

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

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

 a { background-color: rgb(229,34,138); }

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

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

 span { border-color: rgb(229,34,138); }

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