Html Css Color HEX #EA8DD4 Pale Magenta

📋 copy color: '#EA8DD4'

red 234 ◦ green 141 ◦ blue 212

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

Shades of Pale Magenta #EA8DD4

Tints of Pale Magenta #EA8DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.12%

R = 39.86%
G = 24.02%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EA8DD4 (or 0xEA8DD4) is known color: Pale Magenta. HEX triplet: EA, 8D and D4. RGB value is (234,141,212). Sum of RGB (Red+Green+Blue) = 234+141+212=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 141 (55.47% from 255 or 24.02% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8DD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8DD4 is #15722B. Grayscale: #B0B0B0. Windows color (decimal): -1405484 or 13929962. OLE color: 13929962.

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

Color convert

RGB 234 141 212 -
CMYK 0 0.40 0.09 0.08
HSL 314.19º 0.69% 0.74% -
HSV(B) 314.19º 0.4% 0.92% -
XYZ 55.34 41.3 67.34 -
YUV 176.9 147.81 168.73 -
System Red Green Blue C M Y K H S L
Decimal 234 141 212 0 0.40 0.09 0.08 314.19 0.69 0.74
Hex EA 8D D4 0 28 9 8 13A 45 4A
Octal 352 215 324 0 50 11 10 472 105 112
Binary 11101010 10001101 11010100 0 101000 1001 1000 100111010 1000101 1001010

Color Harmonies of #EA8DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8DD4

Black with #EA8DD4

Text Example


Text Example

White with #EA8DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8DD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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