Html Css Color HEX #E68DD9 Pale Magenta

📋 copy color: '#E68DD9'

red 230 ◦ green 141 ◦ blue 217

#E68DD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #E68DD9

Tints of Pale Magenta #E68DD9

RGB

 RED value IS 230 (90.23% from 255) = 39.12%

 GREEN value IS 141 (55.47% from 255) = 23.98%

 BLUE value IS 217 (85.16% from 255) = 36.9%

R = 39.12%
G = 23.98%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E68DD9 (or 0xE68DD9) is known color: Pale Magenta. HEX triplet: E6, 8D and D9. RGB value is (230,141,217). Sum of RGB (Red+Green+Blue) = 230+141+217=588 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.12% from 588); Green value is 141 (55.47% from 255 or 23.98% from 588); Blue value is 217 (85.16% from 255 or 36.90% from 588); Max value from RGB is 230 - color contains mainly: red. Hex color #E68DD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68DD9 is #197226. Grayscale: #B0B0B0. Windows color (decimal): -1667623 or 14257638. OLE color: 14257638.

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

Color convert

RGB 230 141 217 -
CMYK 0 0.39 0.06 0.10
HSL 308.76º 0.64% 0.73% -
HSV(B) 308.76º 0.39% 0.9% -
XYZ 54.68 40.88 70.65 -
YUV 176.28 150.99 166.32 -
System Red Green Blue C M Y K H S L
Decimal 230 141 217 0 0.39 0.06 0.10 308.76 0.64 0.73
Hex E6 8D D9 0 27 6 A 135 40 49
Octal 346 215 331 0 47 6 12 465 100 111
Binary 11100110 10001101 11011001 0 100111 110 1010 100110101 1000000 1001001

Color Harmonies of #E68DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68DD9

Black with #E68DD9

Text Example


Text Example

White with #E68DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68DD9; }

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

 H1.HeaderClassName
 {
   color: #E68DD9;
 }
 .AnyTagClassName
 {
   color: #E68DD9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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