Html Css Color HEX #E486DA Pale Magenta

📋 copy color: '#E486DA'

red 228 ◦ green 134 ◦ blue 218

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

Shades of Pale Magenta #E486DA

Tints of Pale Magenta #E486DA

RGB

 RED value IS 228 (89.45% from 255) = 39.31%

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

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

R = 39.31%
G = 23.1%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E486DA (or 0xE486DA) is known color: Pale Magenta. HEX triplet: E4, 86 and DA. RGB value is (228,134,218). Sum of RGB (Red+Green+Blue) = 228+134+218=580 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.31% from 580); Green value is 134 (52.73% from 255 or 23.10% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 228 - color contains mainly: red. Hex color #E486DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E486DA is #1B7925. Grayscale: #ABABAB. Windows color (decimal): -1800486 or 14321380. OLE color: 14321380.

HSL color Cylindrical-coordinate representation of color #E486DA: hue angle of 306.38º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E486DA is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 134 218 -
CMYK 0 0.41 0.04 0.11
HSL 306.38º 0.64% 0.71% -
HSV(B) 306.38º 0.41% 0.89% -
XYZ 53.17 38.61 70.98 -
YUV 171.68 154.14 168.17 -
System Red Green Blue C M Y K H S L
Decimal 228 134 218 0 0.41 0.04 0.11 306.38 0.64 0.71
Hex E4 86 DA 0 29 4 B 132 40 47
Octal 344 206 332 0 51 4 13 462 100 107
Binary 11100100 10000110 11011010 0 101001 100 1011 100110010 1000000 1000111

Color Harmonies of #E486DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E486DA

Black with #E486DA

Text Example


Text Example

White with #E486DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E486DA; }

 p { color: rgb(228,134,218); }

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

background-color css

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

 a { background-color: rgb(228,134,218); }

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

border-color css

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

 span { border-color: rgb(228,134,218); }

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