#E8297A

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

Shades of Deep Cerise #E8297A

Tints of Deep Cerise #E8297A

Color information

#E8297A (or 0xE8297A) is unknown color: approx Deep Cerise. HEX triplet: E8, 29 and 7A. RGB value is (232,41,122). Sum of RGB (Red+Green+Blue) = 232+41+122=395 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.73% from 395); Green value is 41 (16.41% from 255 or 10.38% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 232 - color contains mainly: red. Hex color #E8297A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8297A is #17D685. Grayscale: #6B6B6B. Windows color (decimal): -1562246 or 8006120. OLE color: 8006120.

HSL color Cylindrical-coordinate representation of color #E8297A: hue angle of 334.55º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E8297A is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB23241122-
CMYK00.820.470.09
HSL334.55º80.59%53.53%-
HSV(B)334.55º82.33%90.98%-
XYZ37.5820.1520.32-
YUV107.34136.28216.91-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 58.73%
GREEN value IS 41 (16.41% from 255) = 10.38%
BLUE value IS 122 (48.05% from 255) = 30.89%
R=58.73%
G=10.38%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2324112200.820.470.09334.5580.5953.53
HexE8297A0522F914f5136
Octal350511720122571151712166
Binary1110100010100111110100101001010111110011010011111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8297A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8297A; }

 p { color: rgb(232,41,122); }

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

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

 a { background-color: rgb(232,41,122); }

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

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

 span { border-color: rgb(232,41,122); }

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