Html Css Color HEX #E58AD7 Pale Magenta

📋 copy color: '#E58AD7'

red 229 ◦ green 138 ◦ blue 215

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

Shades of Pale Magenta #E58AD7

Tints of Pale Magenta #E58AD7

RGB

 RED value IS 229 (89.84% from 255) = 39.35%

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

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

R = 39.35%
G = 23.71%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E58AD7 (or 0xE58AD7) is known color: Pale Magenta. HEX triplet: E5, 8A and D7. RGB value is (229,138,215). Sum of RGB (Red+Green+Blue) = 229+138+215=582 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.35% from 582); Green value is 138 (54.30% from 255 or 23.71% from 582); Blue value is 215 (84.38% from 255 or 36.94% from 582); Max value from RGB is 229 - color contains mainly: red. Hex color #E58AD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58AD7 is #1A7528. Grayscale: #ADADAD. Windows color (decimal): -1733929 or 14125797. OLE color: 14125797.

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

Color convert

RGB 229 138 215 -
CMYK 0 0.40 0.06 0.10
HSL 309.23º 0.64% 0.72% -
HSV(B) 309.23º 0.4% 0.9% -
XYZ 53.67 39.74 69.13 -
YUV 173.99 151.15 167.24 -
System Red Green Blue C M Y K H S L
Decimal 229 138 215 0 0.40 0.06 0.10 309.23 0.64 0.72
Hex E5 8A D7 0 28 6 A 135 40 48
Octal 345 212 327 0 50 6 12 465 100 110
Binary 11100101 10001010 11010111 0 101000 110 1010 100110101 1000000 1001000

Color Harmonies of #E58AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58AD7

Black with #E58AD7

Text Example


Text Example

White with #E58AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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