#E2317A

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

Shades of Deep Cerise #E2317A

Tints of Deep Cerise #E2317A

Color information

#E2317A (or 0xE2317A) is unknown color: approx Deep Cerise. HEX triplet: E2, 31 and 7A. RGB value is (226,49,122). Sum of RGB (Red+Green+Blue) = 226+49+122=397 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.93% from 397); Green value is 49 (19.53% from 255 or 12.34% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 226 - color contains mainly: red. Hex color #E2317A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2317A is #1DCE85. Grayscale: #6E6E6E. Windows color (decimal): -1953414 or 8008162. OLE color: 8008162.

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

Color convert

RGB22649122-
CMYK00.780.460.11
HSL335.25º75.32%53.92%-
HSV(B)335.25º78.32%88.63%-
XYZ35.9819.7720.33-
YUV110.24134.64210.56-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 56.93%
GREEN value IS 49 (19.53% from 255) = 12.34%
BLUE value IS 122 (48.05% from 255) = 30.73%
R=56.93%
G=12.34%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2264912200.780.460.11335.2575.3253.92
HexE2317A04E2EB14f4b36
Octal342611720116561351711366
Binary1110001011000111110100100111010111010111010011111001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2317A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2317A; }

 p { color: rgb(226,49,122); }

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

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

 a { background-color: rgb(226,49,122); }

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

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

 span { border-color: rgb(226,49,122); }

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