Html Css Color HEX #E885DD Pale Magenta

📋 copy color: '#E885DD'

red 232 ◦ green 133 ◦ blue 221

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

Shades of Pale Magenta #E885DD

Tints of Pale Magenta #E885DD

RGB

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

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

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

R = 39.59%
G = 22.7%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E885DD (or 0xE885DD) is known color: Pale Magenta. HEX triplet: E8, 85 and DD. RGB value is (232,133,221). Sum of RGB (Red+Green+Blue) = 232+133+221=586 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.59% from 586); Green value is 133 (52.34% from 255 or 22.70% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 232 - color contains mainly: red. Hex color #E885DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E885DD is #177A22. Grayscale: #ACACAC. Windows color (decimal): -1538595 or 14517736. OLE color: 14517736.

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

Color convert

RGB 232 133 221 -
CMYK 0 0.43 0.05 0.09
HSL 306.67º 0.68% 0.72% -
HSV(B) 306.67º 0.43% 0.91% -
XYZ 54.72 39.15 73.08 -
YUV 172.63 155.3 170.34 -
System Red Green Blue C M Y K H S L
Decimal 232 133 221 0 0.43 0.05 0.09 306.67 0.68 0.72
Hex E8 85 DD 0 2B 5 9 133 44 48
Octal 350 205 335 0 53 5 11 463 104 110
Binary 11101000 10000101 11011101 0 101011 101 1001 100110011 1000100 1001000

Color Harmonies of #E885DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E885DD

Black with #E885DD

Text Example


Text Example

White with #E885DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E885DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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