Html Css Color HEX #E58BDB Pale Magenta

📋 copy color: '#E58BDB'

red 229 ◦ green 139 ◦ blue 219

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

Shades of Pale Magenta #E58BDB

Tints of Pale Magenta #E58BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.31%

R = 39.01%
G = 23.68%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E58BDB (or 0xE58BDB) is known color: Pale Magenta. HEX triplet: E5, 8B and DB. RGB value is (229,139,219). Sum of RGB (Red+Green+Blue) = 229+139+219=587 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.01% from 587); Green value is 139 (54.69% from 255 or 23.68% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 229 - color contains mainly: red. Hex color #E58BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58BDB is #1A7424. Grayscale: #AEAEAE. Windows color (decimal): -1733669 or 14388197. OLE color: 14388197.

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

Color convert

RGB 229 139 219 -
CMYK 0 0.39 0.04 0.10
HSL 306.67º 0.63% 0.72% -
HSV(B) 306.67º 0.39% 0.9% -
XYZ 54.33 40.24 71.92 -
YUV 175.03 152.82 166.5 -
System Red Green Blue C M Y K H S L
Decimal 229 139 219 0 0.39 0.04 0.10 306.67 0.63 0.72
Hex E5 8B DB 0 27 4 A 133 3F 48
Octal 345 213 333 0 47 4 12 463 77 110
Binary 11100101 10001011 11011011 0 100111 100 1010 100110011 111111 1001000

Color Harmonies of #E58BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58BDB

Black with #E58BDB

Text Example


Text Example

White with #E58BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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