Html Css Color HEX #E58BD6 Pale Magenta

📋 copy color: '#E58BD6'

red 229 ◦ green 139 ◦ blue 214

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

Shades of Pale Magenta #E58BD6

Tints of Pale Magenta #E58BD6

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.88%

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

R = 39.35%
G = 23.88%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E58BD6 (or 0xE58BD6) is known color: Pale Magenta. HEX triplet: E5, 8B and D6. RGB value is (229,139,214). Sum of RGB (Red+Green+Blue) = 229+139+214=582 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.35% from 582); Green value is 139 (54.69% from 255 or 23.88% from 582); Blue value is 214 (83.98% from 255 or 36.77% from 582); Max value from RGB is 229 - color contains mainly: red. Hex color #E58BD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58BD6 is #1A7429. Grayscale: #AEAEAE. Windows color (decimal): -1733674 or 14060517. OLE color: 14060517.

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

Color convert

RGB 229 139 214 -
CMYK 0 0.39 0.07 0.10
HSL 310º 0.63% 0.72% -
HSV(B) 310º 0.39% 0.9% -
XYZ 53.68 39.98 68.51 -
YUV 174.46 150.32 166.9 -
System Red Green Blue C M Y K H S L
Decimal 229 139 214 0 0.39 0.07 0.10 310 0.63 0.72
Hex E5 8B D6 0 27 7 A 136 3F 48
Octal 345 213 326 0 47 7 12 466 77 110
Binary 11100101 10001011 11010110 0 100111 111 1010 100110110 111111 1001000

Color Harmonies of #E58BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58BD6

Black with #E58BD6

Text Example


Text Example

White with #E58BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58BD6; }

 p { color: rgb(229,139,214); }

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

background-color css

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

 a { background-color: rgb(229,139,214); }

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

border-color css

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

 span { border-color: rgb(229,139,214); }

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