Html Css Color HEX #E586CF Pale Magenta

📋 copy color: '#E586CF'

red 229 ◦ green 134 ◦ blue 207

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

Shades of Pale Magenta #E586CF

Tints of Pale Magenta #E586CF

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.51%

 BLUE value IS 207 (81.25% from 255) = 36.32%

R = 40.18%
G = 23.51%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E586CF (or 0xE586CF) is known color: Pale Magenta. HEX triplet: E5, 86 and CF. RGB value is (229,134,207). Sum of RGB (Red+Green+Blue) = 229+134+207=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 134 (52.73% from 255 or 23.51% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 229 - color contains mainly: red. Hex color #E586CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E586CF is #1A7930. Grayscale: #AAAAAA. Windows color (decimal): -1734961 or 13600485. OLE color: 13600485.

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

Color convert

RGB 229 134 207 -
CMYK 0 0.41 0.10 0.10
HSL 313.89º 0.65% 0.71% -
HSV(B) 313.89º 0.41% 0.9% -
XYZ 52.1 38.21 63.66 -
YUV 170.73 148.47 169.56 -
System Red Green Blue C M Y K H S L
Decimal 229 134 207 0 0.41 0.10 0.10 313.89 0.65 0.71
Hex E5 86 CF 0 29 A A 13A 41 47
Octal 345 206 317 0 51 12 12 472 101 107
Binary 11100101 10000110 11001111 0 101001 1010 1010 100111010 1000001 1000111

Color Harmonies of #E586CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E586CF

Black with #E586CF

Text Example


Text Example

White with #E586CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E586CF; }

 p { color: rgb(229,134,207); }

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

background-color css

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

 a { background-color: rgb(229,134,207); }

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

border-color css

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

 span { border-color: rgb(229,134,207); }

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