#E68DD4

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

Shades of Pale Magenta #E68DD4

Tints of Pale Magenta #E68DD4

Color information

#E68DD4 (or 0xE68DD4) is unknown color: approx Pale Magenta. HEX triplet: E6, 8D and D4. RGB value is (230,141,212). Sum of RGB (Red+Green+Blue) = 230+141+212=583 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.45% from 583); Green value is 141 (55.47% from 255 or 24.19% from 583); Blue value is 212 (83.20% from 255 or 36.36% from 583); Max value from RGB is 230 - color contains mainly: red. Hex color #E68DD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68DD4 is #19722B. Grayscale: #AFAFAF. Windows color (decimal): -1667628 or 13929958. OLE color: 13929958.

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

Color convert

RGB230141212-
CMYK00.390.080.10
HSL312.13º64.03%72.75%-
HSV(B)312.13º38.7%90.2%-
XYZ54.0440.6367.28-
YUV175.7148.49166.73-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.45%
GREEN value IS 141 (55.47% from 255) = 24.19%
BLUE value IS 212 (83.20% from 255) = 36.36%
R=39.45%
G=24.19%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014121200.390.080.10312.1364.0372.75
HexE68DD40278A1384049
Octal3462153240471012470100111
Binary11100110100011011101010001001111000101010011100010000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68DD4; }

 p { color: rgb(230,141,212); }

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

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

 a { background-color: rgb(230,141,212); }

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

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

 span { border-color: rgb(230,141,212); }

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