#E68ED6

Color #E68ED6 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #E68ED6

Tints of Pale Magenta #E68ED6

Color information

#E68ED6 (or 0xE68ED6) is unknown color: approx Pale Magenta. HEX triplet: E6, 8E and D6. RGB value is (230,142,214). Sum of RGB (Red+Green+Blue) = 230+142+214=586 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.25% from 586); Green value is 142 (55.86% from 255 or 24.23% from 586); Blue value is 214 (83.98% from 255 or 36.52% from 586); Max value from RGB is 230 - color contains mainly: red. Hex color #E68ED6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68ED6 is #197129. Grayscale: #B0B0B0. Windows color (decimal): -1667370 or 14061286. OLE color: 14061286.

HSL color Cylindrical-coordinate representation of color #E68ED6: hue angle of 310.91º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E68ED6 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB230142214-
CMYK00.380.070.10
HSL310.91º63.77%72.94%-
HSV(B)310.91º38.26%90.2%-
XYZ54.4441.0268.67-
YUV176.52149.15166.15-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.25%
GREEN value IS 142 (55.86% from 255) = 24.23%
BLUE value IS 214 (83.98% from 255) = 36.52%
R=39.25%
G=24.23%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014221400.380.070.10310.9163.7772.94
HexE68ED60267A1374049
Octal346216326046712467100111
Binary1110011010001110110101100100110111101010011011110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68ED6; }

 p { color: rgb(230,142,214); }

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

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

 a { background-color: rgb(230,142,214); }

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

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

 span { border-color: rgb(230,142,214); }

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