#E8467C

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

Shades of Dark Pink #E8467C

Tints of Dark Pink #E8467C

Color information

#E8467C (or 0xE8467C) is unknown color: approx Dark Pink. HEX triplet: E8, 46 and 7C. RGB value is (232,70,124). Sum of RGB (Red+Green+Blue) = 232+70+124=426 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.46% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 232 - color contains mainly: red. Hex color #E8467C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8467C is #17B983. Grayscale: #7C7C7C. Windows color (decimal): -1554820 or 8144616. OLE color: 8144616.

HSL color Cylindrical-coordinate representation of color #E8467C: hue angle of 340º 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 #E8467C is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB23270124-
CMYK00.700.470.09
HSL340º77.88%59.22%-
HSV(B)340º69.83%90.98%-
XYZ39.1122.9921.45-
YUV124.59127.67204.61-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 54.46%
GREEN value IS 70 (27.73% from 255) = 16.43%
BLUE value IS 124 (48.83% from 255) = 29.11%
R=54.46%
G=16.43%
B=29.11%

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
Decimal2327012400.700.470.0934077.8859.22
HexE8467C0462F91544e3b
Octal3501061740106571152411673
Binary11101000100011011111000100011010111110011010101001001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8467C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8467C; }

 p { color: rgb(232,70,124); }

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

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

 a { background-color: rgb(232,70,124); }

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

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

 span { border-color: rgb(232,70,124); }

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