Html Css Color HEX #E585DA Pale Magenta

📋 copy color: '#E585DA'

red 229 ◦ green 133 ◦ blue 218

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

Shades of Pale Magenta #E585DA

Tints of Pale Magenta #E585DA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.93%

 BLUE value IS 218 (85.55% from 255) = 37.59%

R = 39.48%
G = 22.93%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E585DA (or 0xE585DA) is known color: Pale Magenta. HEX triplet: E5, 85 and DA. RGB value is (229,133,218). Sum of RGB (Red+Green+Blue) = 229+133+218=580 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.48% from 580); Green value is 133 (52.34% from 255 or 22.93% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 229 - color contains mainly: red. Hex color #E585DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E585DA is #1A7A25. Grayscale: #ABABAB. Windows color (decimal): -1735206 or 14321125. OLE color: 14321125.

HSL color Cylindrical-coordinate representation of color #E585DA: hue angle of 306.88º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E585DA is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 133 218 -
CMYK 0 0.42 0.05 0.10
HSL 306.88º 0.65% 0.71% -
HSV(B) 306.88º 0.42% 0.9% -
XYZ 53.36 38.5 70.95 -
YUV 171.39 154.3 169.09 -
System Red Green Blue C M Y K H S L
Decimal 229 133 218 0 0.42 0.05 0.10 306.88 0.65 0.71
Hex E5 85 DA 0 2A 5 A 133 41 47
Octal 345 205 332 0 52 5 12 463 101 107
Binary 11100101 10000101 11011010 0 101010 101 1010 100110011 1000001 1000111

Color Harmonies of #E585DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E585DA

Black with #E585DA

Text Example


Text Example

White with #E585DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E585DA; }

 p { color: rgb(229,133,218); }

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

background-color css

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

 a { background-color: rgb(229,133,218); }

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

border-color css

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

 span { border-color: rgb(229,133,218); }

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