Html Css Color HEX #EA8AD8 Pale Magenta

📋 copy color: '#EA8AD8'

red 234 ◦ green 138 ◦ blue 216

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

Shades of Pale Magenta #EA8AD8

Tints of Pale Magenta #EA8AD8

RGB

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

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

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

R = 39.8%
G = 23.47%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EA8AD8 (or 0xEA8AD8) is known color: Pale Magenta. HEX triplet: EA, 8A and D8. RGB value is (234,138,216). Sum of RGB (Red+Green+Blue) = 234+138+216=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 138 (54.30% from 255 or 23.47% from 588); Blue value is 216 (84.77% from 255 or 36.73% from 588); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8AD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8AD8 is #157527. Grayscale: #AFAFAF. Windows color (decimal): -1406248 or 14191338. OLE color: 14191338.

HSL color Cylindrical-coordinate representation of color #EA8AD8: hue angle of 311.25º 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 #EA8AD8 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 138 216 -
CMYK 0 0.41 0.08 0.08
HSL 311.25º 0.7% 0.73% -
HSV(B) 311.25º 0.41% 0.92% -
XYZ 55.41 40.63 69.89 -
YUV 175.6 150.8 169.66 -
System Red Green Blue C M Y K H S L
Decimal 234 138 216 0 0.41 0.08 0.08 311.25 0.7 0.73
Hex EA 8A D8 0 29 8 8 137 46 49
Octal 352 212 330 0 51 10 10 467 106 111
Binary 11101010 10001010 11011000 0 101001 1000 1000 100110111 1000110 1001001

Color Harmonies of #EA8AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8AD8

Black with #EA8AD8

Text Example


Text Example

White with #EA8AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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