#E8457A

Color #E8457A Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #E8457A

Tints of Dark Pink #E8457A

Color information

#E8457A (or 0xE8457A) is unknown color: approx Dark Pink. HEX triplet: E8, 45 and 7A. RGB value is (232,69,122). Sum of RGB (Red+Green+Blue) = 232+69+122=423 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.85% from 423); Green value is 69 (27.34% from 255 or 16.31% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 232 - color contains mainly: red. Hex color #E8457A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8457A is #17BA85. Grayscale: #7B7B7B. Windows color (decimal): -1555078 or 8013288. OLE color: 8013288.

HSL color Cylindrical-coordinate representation of color #E8457A: hue angle of 340.49º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E8457A is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB23269122-
CMYK00.700.470.09
HSL340.49º77.99%59.02%-
HSV(B)340.49º70.26%90.98%-
XYZ38.9222.8220.77-
YUV123.78127205.19-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 54.85%
GREEN value IS 69 (27.34% from 255) = 16.31%
BLUE value IS 122 (48.05% from 255) = 28.84%
R=54.85%
G=16.31%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2326912200.700.470.09340.4977.9959.02
HexE8457A0462F91544e3b
Octal3501051720106571152411673
Binary11101000100010111110100100011010111110011010101001001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8457A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8457A; }

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

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

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

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

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

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

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

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