Html Css Color HEX #E68AD6 Pale Magenta

📋 copy color: '#E68AD6'

red 230 ◦ green 138 ◦ blue 214

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

Shades of Pale Magenta #E68AD6

Tints of Pale Magenta #E68AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.77%

R = 39.52%
G = 23.71%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E68AD6 (or 0xE68AD6) is known color: Pale Magenta. HEX triplet: E6, 8A and D6. RGB value is (230,138,214). Sum of RGB (Red+Green+Blue) = 230+138+214=582 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.52% from 582); Green value is 138 (54.30% from 255 or 23.71% from 582); Blue value is 214 (83.98% from 255 or 36.77% from 582); Max value from RGB is 230 - color contains mainly: red. Hex color #E68AD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68AD6 is #197529. Grayscale: #ADADAD. Windows color (decimal): -1668394 or 14060262. OLE color: 14060262.

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

Color convert

RGB 230 138 214 -
CMYK 0 0.4 0.07 0.10
HSL 310.43º 0.65% 0.72% -
HSV(B) 310.43º 0.4% 0.9% -
XYZ 53.86 39.86 68.47 -
YUV 174.17 150.48 167.82 -
System Red Green Blue C M Y K H S L
Decimal 230 138 214 0 0.4 0.07 0.10 310.43 0.65 0.72
Hex E6 8A D6 0 28 7 A 136 41 48
Octal 346 212 326 0 50 7 12 466 101 110
Binary 11100110 10001010 11010110 0 101000 111 1010 100110110 1000001 1001000

Color Harmonies of #E68AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68AD6

Black with #E68AD6

Text Example


Text Example

White with #E68AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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