Html Css Color HEX #E68AD1 Pale Magenta

📋 copy color: '#E68AD1'

red 230 ◦ green 138 ◦ blue 209

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

Shades of Pale Magenta #E68AD1

Tints of Pale Magenta #E68AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.22%

R = 39.86%
G = 23.92%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E68AD1 (or 0xE68AD1) is known color: Pale Magenta. HEX triplet: E6, 8A and D1. RGB value is (230,138,209). Sum of RGB (Red+Green+Blue) = 230+138+209=577 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.86% from 577); Green value is 138 (54.30% from 255 or 23.92% from 577); Blue value is 209 (82.03% from 255 or 36.22% from 577); Max value from RGB is 230 - color contains mainly: red. Hex color #E68AD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68AD1 is #19752E. Grayscale: #ADADAD. Windows color (decimal): -1668399 or 13732582. OLE color: 13732582.

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

Color convert

RGB 230 138 209 -
CMYK 0 0.4 0.09 0.10
HSL 313.7º 0.65% 0.72% -
HSV(B) 313.7º 0.4% 0.9% -
XYZ 53.23 39.6 65.16 -
YUV 173.6 147.98 168.23 -
System Red Green Blue C M Y K H S L
Decimal 230 138 209 0 0.4 0.09 0.10 313.7 0.65 0.72
Hex E6 8A D1 0 28 9 A 13A 41 48
Octal 346 212 321 0 50 11 12 472 101 110
Binary 11100110 10001010 11010001 0 101000 1001 1010 100111010 1000001 1001000

Color Harmonies of #E68AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68AD1

Black with #E68AD1

Text Example


Text Example

White with #E68AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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