#E2388A

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

Shades of Deep Cerise #E2388A

Tints of Deep Cerise #E2388A

Color information

#E2388A (or 0xE2388A) is unknown color: approx Deep Cerise. HEX triplet: E2, 38 and 8A. RGB value is (226,56,138). Sum of RGB (Red+Green+Blue) = 226+56+138=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 56 (22.27% from 255 or 13.33% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E2388A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2388A is #1DC775. Grayscale: #747474. Windows color (decimal): -1951606 or 9058530. OLE color: 9058530.

HSL color Cylindrical-coordinate representation of color #E2388A: hue angle of 331.06º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E2388A is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB22656138-
CMYK00.750.390.11
HSL331.06º74.56%55.29%-
HSV(B)331.06º75.22%88.63%-
XYZ37.3720.8326.1-
YUV116.18140.32206.33-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 53.81%
GREEN value IS 56 (22.27% from 255) = 13.33%
BLUE value IS 138 (54.30% from 255) = 32.86%
R=53.81%
G=13.33%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2265613800.750.390.11331.0674.5655.29
HexE2388A04B27B14b4b37
Octal342702120113471351311367
Binary11100010111000100010100100101110011110111010010111001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2388A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2388A; }

 p { color: rgb(226,56,138); }

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

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

 a { background-color: rgb(226,56,138); }

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

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

 span { border-color: rgb(226,56,138); }

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