Html Css Color HEX #E87FDD Pale Magenta

📋 copy color: '#E87FDD'

red 232 ◦ green 127 ◦ blue 221

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

Shades of Pale Magenta #E87FDD

Tints of Pale Magenta #E87FDD

RGB

 RED value IS 232 (91.02% from 255) = 40%

 GREEN value IS 127 (50% from 255) = 21.9%

 BLUE value IS 221 (86.72% from 255) = 38.1%

R = 40%
G = 21.9%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E87FDD (or 0xE87FDD) is known color: Pale Magenta. HEX triplet: E8, 7F and DD. RGB value is (232,127,221). Sum of RGB (Red+Green+Blue) = 232+127+221=580 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40% from 580); Green value is 127 (50% from 255 or 21.90% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 232 - color contains mainly: red. Hex color #E87FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87FDD is #178022. Grayscale: #A8A8A8. Windows color (decimal): -1540131 or 14516200. OLE color: 14516200.

HSL color Cylindrical-coordinate representation of color #E87FDD: hue angle of 306.29º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E87FDD is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 127 221 -
CMYK 0 0.45 0.05 0.09
HSL 306.29º 0.7% 0.7% -
HSV(B) 306.29º 0.45% 0.91% -
XYZ 53.92 37.56 72.81 -
YUV 169.11 157.29 172.86 -
System Red Green Blue C M Y K H S L
Decimal 232 127 221 0 0.45 0.05 0.09 306.29 0.7 0.7
Hex E8 7F DD 0 2D 5 9 132 46 46
Octal 350 177 335 0 55 5 11 462 106 106
Binary 11101000 1111111 11011101 0 101101 101 1001 100110010 1000110 1000110

Color Harmonies of #E87FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87FDD

Black with #E87FDD

Text Example


Text Example

White with #E87FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87FDD; }

 p { color: rgb(232,127,221); }

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

background-color css

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

 a { background-color: rgb(232,127,221); }

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

border-color css

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

 span { border-color: rgb(232,127,221); }

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