#E6467E

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

Shades of Dark Pink #E6467E

Tints of Dark Pink #E6467E

Color information

#E6467E (or 0xE6467E) is unknown color: approx Dark Pink. HEX triplet: E6, 46 and 7E. RGB value is (230,70,126). Sum of RGB (Red+Green+Blue) = 230+70+126=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E6467E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6467E is #19B981. Grayscale: #7C7C7C. Windows color (decimal): -1685890 or 8275686. OLE color: 8275686.

HSL color Cylindrical-coordinate representation of color #E6467E: hue angle of 339º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E6467E is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB23070126-
CMYK00.700.450.10
HSL339º76.19%58.82%-
HSV(B)339º69.57%90.2%-
XYZ38.5922.7122.09-
YUV124.22129.01203.45-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 53.99%
GREEN value IS 70 (27.73% from 255) = 16.43%
BLUE value IS 126 (49.61% from 255) = 29.58%
R=53.99%
G=16.43%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2307012600.700.450.1033976.1958.82
HexE6467E0462DA1534c3b
Octal3461061760106551252311473
Binary11100110100011011111100100011010110110101010100111001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6467E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6467E; }

 p { color: rgb(230,70,126); }

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

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

 a { background-color: rgb(230,70,126); }

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

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

 span { border-color: rgb(230,70,126); }

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