#E23A80

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

Shades of Deep Cerise #E23A80

Tints of Deep Cerise #E23A80

Color information

#E23A80 (or 0xE23A80) is unknown color: approx Deep Cerise. HEX triplet: E2, 3A and 80. RGB value is (226,58,128). Sum of RGB (Red+Green+Blue) = 226+58+128=412 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.85% from 412); Green value is 58 (23.05% from 255 or 14.08% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 226 - color contains mainly: red. Hex color #E23A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E23A80 is #1DC57F. Grayscale: #747474. Windows color (decimal): -1951104 or 8403682. OLE color: 8403682.

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

Color convert

RGB22658128-
CMYK00.740.430.11
HSL335º74.34%55.69%-
HSV(B)335º74.34%88.63%-
XYZ36.7720.7522.49-
YUV116.21134.66206.31-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 54.85%
GREEN value IS 58 (23.05% from 255) = 14.08%
BLUE value IS 128 (50.39% from 255) = 31.07%
R=54.85%
G=14.08%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2265812800.740.430.1133574.3455.69
HexE23A8004A2BB14f4a38
Octal342722000112531351711270
Binary11100010111010100000000100101010101110111010011111001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E23A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E23A80; }

 p { color: rgb(226,58,128); }

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

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

 a { background-color: rgb(226,58,128); }

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

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

 span { border-color: rgb(226,58,128); }

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