Html Css Color HEX #EA8ED1 Pale Magenta

📋 copy color: '#EA8ED1'

red 234 ◦ green 142 ◦ blue 209

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

Shades of Pale Magenta #EA8ED1

Tints of Pale Magenta #EA8ED1

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.27%

 BLUE value IS 209 (82.03% from 255) = 35.73%

R = 40%
G = 24.27%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EA8ED1 (or 0xEA8ED1) is known color: Pale Magenta. HEX triplet: EA, 8E and D1. RGB value is (234,142,209). Sum of RGB (Red+Green+Blue) = 234+142+209=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 142 (55.86% from 255 or 24.27% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8ED1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8ED1 is #15712E. Grayscale: #B0B0B0. Windows color (decimal): -1405231 or 13733610. OLE color: 13733610.

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

Color convert

RGB 234 142 209 -
CMYK 0 0.39 0.11 0.08
HSL 316.3º 0.69% 0.74% -
HSV(B) 316.3º 0.39% 0.92% -
XYZ 55.11 41.44 65.42 -
YUV 177.15 145.98 168.55 -
System Red Green Blue C M Y K H S L
Decimal 234 142 209 0 0.39 0.11 0.08 316.3 0.69 0.74
Hex EA 8E D1 0 27 B 8 13C 45 4A
Octal 352 216 321 0 47 13 10 474 105 112
Binary 11101010 10001110 11010001 0 100111 1011 1000 100111100 1000101 1001010

Color Harmonies of #EA8ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8ED1

Black with #EA8ED1

Text Example


Text Example

White with #EA8ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8ED1; }

 p { color: rgb(234,142,209); }

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

background-color css

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

 a { background-color: rgb(234,142,209); }

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

border-color css

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

 span { border-color: rgb(234,142,209); }

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