Html Css Color HEX #E585D4 Pale Magenta

📋 copy color: '#E585D4'

red 229 ◦ green 133 ◦ blue 212

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

Shades of Pale Magenta #E585D4

Tints of Pale Magenta #E585D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.93%

R = 39.9%
G = 23.17%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E585D4 (or 0xE585D4) is known color: Pale Magenta. HEX triplet: E5, 85 and D4. RGB value is (229,133,212). Sum of RGB (Red+Green+Blue) = 229+133+212=574 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.90% from 574); Green value is 133 (52.34% from 255 or 23.17% from 574); Blue value is 212 (83.20% from 255 or 36.93% from 574); Max value from RGB is 229 - color contains mainly: red. Hex color #E585D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E585D4 is #1A7A2B. Grayscale: #AAAAAA. Windows color (decimal): -1735212 or 13927909. OLE color: 13927909.

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

Color convert

RGB 229 133 212 -
CMYK 0 0.42 0.07 0.10
HSL 310.63º 0.65% 0.71% -
HSV(B) 310.63º 0.42% 0.9% -
XYZ 52.58 38.19 66.89 -
YUV 170.71 151.3 169.58 -
System Red Green Blue C M Y K H S L
Decimal 229 133 212 0 0.42 0.07 0.10 310.63 0.65 0.71
Hex E5 85 D4 0 2A 7 A 137 41 47
Octal 345 205 324 0 52 7 12 467 101 107
Binary 11100101 10000101 11010100 0 101010 111 1010 100110111 1000001 1000111

Color Harmonies of #E585D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E585D4

Black with #E585D4

Text Example


Text Example

White with #E585D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E585D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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