#E68CDC

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

Shades of Pale Magenta #E68CDC

Tints of Pale Magenta #E68CDC

Color information

#E68CDC (or 0xE68CDC) is unknown color: approx Pale Magenta. HEX triplet: E6, 8C and DC. RGB value is (230,140,220). Sum of RGB (Red+Green+Blue) = 230+140+220=590 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.98% from 590); Green value is 140 (55.08% from 255 or 23.73% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 230 - color contains mainly: red. Hex color #E68CDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68CDC is #197323. Grayscale: #AFAFAF. Windows color (decimal): -1667876 or 14453990. OLE color: 14453990.

HSL color Cylindrical-coordinate representation of color #E68CDC: hue angle of 306.67º 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 #E68CDC is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB230140220-
CMYK00.390.040.10
HSL306.67º64.29%72.55%-
HSV(B)306.67º39.13%90.2%-
XYZ54.9340.7572.68-
YUV176.03152.82166.5-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.98%
GREEN value IS 140 (55.08% from 255) = 23.73%
BLUE value IS 220 (86.33% from 255) = 37.29%
R=38.98%
G=23.73%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014022000.390.040.10306.6764.2972.55
HexE68CDC0274A1334049
Octal346214334047412463100111
Binary1110011010001100110111000100111100101010011001110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68CDC; }

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

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

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

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

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

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

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

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