#E233A0

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

Shades of Deep Cerise #E233A0

Tints of Deep Cerise #E233A0

Color information

#E233A0 (or 0xE233A0) is unknown color: approx Deep Cerise. HEX triplet: E2, 33 and A0. RGB value is (226,51,160). Sum of RGB (Red+Green+Blue) = 226+51+160=437 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.72% from 437); Green value is 51 (20.31% from 255 or 11.67% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 226 - color contains mainly: red. Hex color #E233A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E233A0 is #1DCC5F. Grayscale: #737373. Windows color (decimal): -1952864 or 10499042. OLE color: 10499042.

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

Color convert

RGB22651160-
CMYK00.770.290.11
HSL322.63º75.11%54.31%-
HSV(B)322.63º77.43%88.63%-
XYZ38.8921.0735.28-
YUV115.75152.98206.64-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.72%
GREEN value IS 51 (20.31% from 255) = 11.67%
BLUE value IS 160 (62.89% from 255) = 36.61%
R=51.72%
G=11.67%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2265116000.770.290.11322.6375.1154.31
HexE233A004D1DB1434b36
Octal342632400115351350311366
Binary1110001011001110100000010011011110110111010000111001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E233A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E233A0; }

 p { color: rgb(226,51,160); }

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

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

 a { background-color: rgb(226,51,160); }

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

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

 span { border-color: rgb(226,51,160); }

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