Html Css Color HEX #E885DA Pale Magenta

📋 copy color: '#E885DA'

red 232 ◦ green 133 ◦ blue 218

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

Shades of Pale Magenta #E885DA

Tints of Pale Magenta #E885DA

RGB

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

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

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

R = 39.79%
G = 22.81%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E885DA (or 0xE885DA) is known color: Pale Magenta. HEX triplet: E8, 85 and DA. RGB value is (232,133,218). Sum of RGB (Red+Green+Blue) = 232+133+218=583 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.79% from 583); Green value is 133 (52.34% from 255 or 22.81% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 232 - color contains mainly: red. Hex color #E885DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E885DA is #177A25. Grayscale: #ACACAC. Windows color (decimal): -1538598 or 14321128. OLE color: 14321128.

HSL color Cylindrical-coordinate representation of color #E885DA: hue angle of 308.48º 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 #E885DA is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 133 218 -
CMYK 0 0.43 0.06 0.09
HSL 308.48º 0.68% 0.72% -
HSV(B) 308.48º 0.43% 0.91% -
XYZ 54.32 38.99 70.99 -
YUV 172.29 153.8 170.59 -
System Red Green Blue C M Y K H S L
Decimal 232 133 218 0 0.43 0.06 0.09 308.48 0.68 0.72
Hex E8 85 DA 0 2B 6 9 134 44 48
Octal 350 205 332 0 53 6 11 464 104 110
Binary 11101000 10000101 11011010 0 101011 110 1001 100110100 1000100 1001000

Color Harmonies of #E885DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E885DA

Black with #E885DA

Text Example


Text Example

White with #E885DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E885DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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