#E68CDA

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

Shades of Pale Magenta #E68CDA

Tints of Pale Magenta #E68CDA

Color information

#E68CDA (or 0xE68CDA) is unknown color: approx Pale Magenta. HEX triplet: E6, 8C and DA. RGB value is (230,140,218). Sum of RGB (Red+Green+Blue) = 230+140+218=588 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.12% from 588); Green value is 140 (55.08% from 255 or 23.81% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 230 - color contains mainly: red. Hex color #E68CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68CDA is #197325. Grayscale: #AFAFAF. Windows color (decimal): -1667878 or 14322918. OLE color: 14322918.

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

Color convert

RGB230140218-
CMYK00.390.050.10
HSL308º64.29%72.55%-
HSV(B)308º39.13%90.2%-
XYZ54.6740.6471.29-
YUV175.8151.82166.66-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.12%
GREEN value IS 140 (55.08% from 255) = 23.81%
BLUE value IS 218 (85.55% from 255) = 37.07%
R=39.12%
G=23.81%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014021800.390.050.1030864.2972.55
HexE68CDA0275A1344049
Octal346214332047512464100111
Binary1110011010001100110110100100111101101010011010010000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68CDA; }

 p { color: rgb(230,140,218); }

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

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

 a { background-color: rgb(230,140,218); }

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

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

 span { border-color: rgb(230,140,218); }

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