Html Css Color HEX #EA8DDA Pale Magenta

📋 copy color: '#EA8DDA'

red 234 ◦ green 141 ◦ blue 218

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

Shades of Pale Magenta #EA8DDA

Tints of Pale Magenta #EA8DDA

RGB

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

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

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

R = 39.46%
G = 23.78%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EA8DDA (or 0xEA8DDA) is known color: Pale Magenta. HEX triplet: EA, 8D and DA. RGB value is (234,141,218). Sum of RGB (Red+Green+Blue) = 234+141+218=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 141 (55.47% from 255 or 23.78% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8DDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8DDA is #157225. Grayscale: #B1B1B1. Windows color (decimal): -1405478 or 14323178. OLE color: 14323178.

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

Color convert

RGB 234 141 218 -
CMYK 0 0.40 0.07 0.08
HSL 310.32º 0.69% 0.74% -
HSV(B) 310.32º 0.4% 0.92% -
XYZ 56.11 41.6 71.4 -
YUV 177.59 150.81 168.24 -
System Red Green Blue C M Y K H S L
Decimal 234 141 218 0 0.40 0.07 0.08 310.32 0.69 0.74
Hex EA 8D DA 0 28 7 8 136 45 4A
Octal 352 215 332 0 50 7 10 466 105 112
Binary 11101010 10001101 11011010 0 101000 111 1000 100110110 1000101 1001010

Color Harmonies of #EA8DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8DDA

Black with #EA8DDA

Text Example


Text Example

White with #EA8DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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