Html Css Color HEX #EA8ADD Pale Magenta

📋 copy color: '#EA8ADD'

red 234 ◦ green 138 ◦ blue 221

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

Shades of Pale Magenta #EA8ADD

Tints of Pale Magenta #EA8ADD

RGB

 RED value IS 234 (91.8% from 255) = 39.46%

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

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

R = 39.46%
G = 23.27%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA8ADD (or 0xEA8ADD) is known color: Pale Magenta. HEX triplet: EA, 8A and DD. RGB value is (234,138,221). Sum of RGB (Red+Green+Blue) = 234+138+221=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 138 (54.30% from 255 or 23.27% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8ADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8ADD is #157522. Grayscale: #AFAFAF. Windows color (decimal): -1406243 or 14519018. OLE color: 14519018.

HSL color Cylindrical-coordinate representation of color #EA8ADD: hue angle of 308.12º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA8ADD is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 138 221 -
CMYK 0 0.41 0.06 0.08
HSL 308.13º 0.7% 0.73% -
HSV(B) 308.13º 0.41% 0.92% -
XYZ 56.07 40.89 73.34 -
YUV 176.17 153.3 169.25 -
System Red Green Blue C M Y K H S L
Decimal 234 138 221 0 0.41 0.06 0.08 308.13 0.7 0.73
Hex EA 8A DD 0 29 6 8 134 46 49
Octal 352 212 335 0 51 6 10 464 106 111
Binary 11101010 10001010 11011101 0 101001 110 1000 100110100 1000110 1001001

Color Harmonies of #EA8ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8ADD

Black with #EA8ADD

Text Example


Text Example

White with #EA8ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8ADD; }

 p { color: rgb(234,138,221); }

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

background-color css

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

 a { background-color: rgb(234,138,221); }

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

border-color css

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

 span { border-color: rgb(234,138,221); }

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