Html Css Color HEX #E68AD7 Pale Magenta

📋 copy color: '#E68AD7'

red 230 ◦ green 138 ◦ blue 215

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

Shades of Pale Magenta #E68AD7

Tints of Pale Magenta #E68AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.88%

R = 39.45%
G = 23.67%
B = 36.88%

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

#E68AD7 (or 0xE68AD7) is known color: Pale Magenta. HEX triplet: E6, 8A and D7. RGB value is (230,138,215). Sum of RGB (Red+Green+Blue) = 230+138+215=583 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.45% from 583); Green value is 138 (54.30% from 255 or 23.67% from 583); Blue value is 215 (84.38% from 255 or 36.88% from 583); Max value from RGB is 230 - color contains mainly: red. Hex color #E68AD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68AD7 is #197528. Grayscale: #AEAEAE. Windows color (decimal): -1668393 or 14125798. OLE color: 14125798.

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

Color convert

RGB 230 138 215 -
CMYK 0 0.4 0.07 0.10
HSL 309.78º 0.65% 0.72% -
HSV(B) 309.78º 0.4% 0.9% -
XYZ 53.99 39.91 69.15 -
YUV 174.29 150.98 167.74 -
System Red Green Blue C M Y K H S L
Decimal 230 138 215 0 0.4 0.07 0.10 309.78 0.65 0.72
Hex E6 8A D7 0 28 7 A 136 41 48
Octal 346 212 327 0 50 7 12 466 101 110
Binary 11100110 10001010 11010111 0 101000 111 1010 100110110 1000001 1001000

Color Harmonies of #E68AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68AD7

Black with #E68AD7

Text Example


Text Example

White with #E68AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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