Html Css Color HEX #EA8DD8 Pale Magenta

📋 copy color: '#EA8DD8'

red 234 ◦ green 141 ◦ blue 216

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

Shades of Pale Magenta #EA8DD8

Tints of Pale Magenta #EA8DD8

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.86%

 BLUE value IS 216 (84.77% from 255) = 36.55%

R = 39.59%
G = 23.86%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EA8DD8 (or 0xEA8DD8) is known color: Pale Magenta. HEX triplet: EA, 8D and D8. RGB value is (234,141,216). Sum of RGB (Red+Green+Blue) = 234+141+216=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 141 (55.47% from 255 or 23.86% from 591); Blue value is 216 (84.77% from 255 or 36.55% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8DD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8DD8 is #157227. Grayscale: #B1B1B1. Windows color (decimal): -1405480 or 14192106. OLE color: 14192106.

HSL color Cylindrical-coordinate representation of color #EA8DD8: hue angle of 311.61º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA8DD8 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 141 216 -
CMYK 0 0.40 0.08 0.08
HSL 311.61º 0.69% 0.74% -
HSV(B) 311.61º 0.4% 0.92% -
XYZ 55.85 41.5 70.03 -
YUV 177.36 149.81 168.4 -
System Red Green Blue C M Y K H S L
Decimal 234 141 216 0 0.40 0.08 0.08 311.61 0.69 0.74
Hex EA 8D D8 0 28 8 8 138 45 4A
Octal 352 215 330 0 50 10 10 470 105 112
Binary 11101010 10001101 11011000 0 101000 1000 1000 100111000 1000101 1001010

Color Harmonies of #EA8DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8DD8

Black with #EA8DD8

Text Example


Text Example

White with #EA8DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8DD8; }

 p { color: rgb(234,141,216); }

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

background-color css

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

 a { background-color: rgb(234,141,216); }

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

border-color css

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

 span { border-color: rgb(234,141,216); }

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