Html Css Color HEX #E48ADA Pale Magenta

📋 copy color: '#E48ADA'

red 228 ◦ green 138 ◦ blue 218

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

Shades of Pale Magenta #E48ADA

Tints of Pale Magenta #E48ADA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.63%

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

R = 39.04%
G = 23.63%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E48ADA (or 0xE48ADA) is known color: Pale Magenta. HEX triplet: E4, 8A and DA. RGB value is (228,138,218). Sum of RGB (Red+Green+Blue) = 228+138+218=584 (77% of max value = 765). Red value is 228 (89.45% from 255 or 39.04% from 584); Green value is 138 (54.30% from 255 or 23.63% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 228 - color contains mainly: red. Hex color #E48ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48ADA is #1B7525. Grayscale: #ADADAD. Windows color (decimal): -1799462 or 14322404. OLE color: 14322404.

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

Color convert

RGB 228 138 218 -
CMYK 0 0.39 0.04 0.11
HSL 306.67º 0.63% 0.72% -
HSV(B) 306.67º 0.39% 0.89% -
XYZ 53.74 39.73 71.17 -
YUV 174.03 152.82 166.5 -
System Red Green Blue C M Y K H S L
Decimal 228 138 218 0 0.39 0.04 0.11 306.67 0.63 0.72
Hex E4 8A DA 0 27 4 B 133 3E 48
Octal 344 212 332 0 47 4 13 463 76 110
Binary 11100100 10001010 11011010 0 100111 100 1011 100110011 111110 1001000

Color Harmonies of #E48ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48ADA

Black with #E48ADA

Text Example


Text Example

White with #E48ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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