Html Css Color HEX #E68AD9 Pale Magenta

📋 copy color: '#E68AD9'

red 230 ◦ green 138 ◦ blue 217

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

Shades of Pale Magenta #E68AD9

Tints of Pale Magenta #E68AD9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.59%

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

R = 39.32%
G = 23.59%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E68AD9 (or 0xE68AD9) is known color: Pale Magenta. HEX triplet: E6, 8A and D9. RGB value is (230,138,217). Sum of RGB (Red+Green+Blue) = 230+138+217=585 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.32% from 585); Green value is 138 (54.30% from 255 or 23.59% from 585); Blue value is 217 (85.16% from 255 or 37.09% from 585); Max value from RGB is 230 - color contains mainly: red. Hex color #E68AD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68AD9 is #197526. Grayscale: #AEAEAE. Windows color (decimal): -1668391 or 14256870. OLE color: 14256870.

HSL color Cylindrical-coordinate representation of color #E68AD9: hue angle of 308.48º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E68AD9 is Cyan = 0, Magento = 0.4, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 138 217 -
CMYK 0 0.4 0.06 0.10
HSL 308.48º 0.65% 0.72% -
HSV(B) 308.48º 0.4% 0.9% -
XYZ 54.25 40.01 70.51 -
YUV 174.51 151.98 167.58 -
System Red Green Blue C M Y K H S L
Decimal 230 138 217 0 0.4 0.06 0.10 308.48 0.65 0.72
Hex E6 8A D9 0 28 6 A 134 41 48
Octal 346 212 331 0 50 6 12 464 101 110
Binary 11100110 10001010 11011001 0 101000 110 1010 100110100 1000001 1001000

Color Harmonies of #E68AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68AD9

Black with #E68AD9

Text Example


Text Example

White with #E68AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68AD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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