#E23A96

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

Shades of Deep Cerise #E23A96

Tints of Deep Cerise #E23A96

Color information

#E23A96 (or 0xE23A96) is unknown color: approx Deep Cerise. HEX triplet: E2, 3A and 96. RGB value is (226,58,150). Sum of RGB (Red+Green+Blue) = 226+58+150=434 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.07% from 434); Green value is 58 (23.05% from 255 or 13.36% from 434); Blue value is 150 (58.98% from 255 or 34.56% from 434); Max value from RGB is 226 - color contains mainly: red. Hex color #E23A96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E23A96 is #1DC569. Grayscale: #767676. Windows color (decimal): -1951082 or 9845474. OLE color: 9845474.

HSL color Cylindrical-coordinate representation of color #E23A96: hue angle of 327.14º 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 #E23A96 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB22658150-
CMYK00.740.340.11
HSL327.14º74.34%55.69%-
HSV(B)327.14º74.34%88.63%-
XYZ38.3821.430.96-
YUV118.72145.66204.52-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 52.07%
GREEN value IS 58 (23.05% from 255) = 13.36%
BLUE value IS 150 (58.98% from 255) = 34.56%
R=52.07%
G=13.36%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2265815000.740.340.11327.1474.3455.69
HexE23A9604A22B1474a38
Octal342722260112421350711270
Binary11100010111010100101100100101010001010111010001111001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E23A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E23A96; }

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

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

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

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

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

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

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

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