Html Css Color HEX #EA81D1 Pale Magenta

📋 copy color: '#EA81D1'

red 234 ◦ green 129 ◦ blue 209

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

Shades of Pale Magenta #EA81D1

Tints of Pale Magenta #EA81D1

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.55%

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

R = 40.91%
G = 22.55%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EA81D1 (or 0xEA81D1) is known color: Pale Magenta. HEX triplet: EA, 81 and D1. RGB value is (234,129,209). Sum of RGB (Red+Green+Blue) = 234+129+209=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 129 (50.78% from 255 or 22.55% from 572); Blue value is 209 (82.03% from 255 or 36.54% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EA81D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA81D1 is #157E2E. Grayscale: #A9A9A9. Windows color (decimal): -1408559 or 13730282. OLE color: 13730282.

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

Color convert

RGB 234 129 209 -
CMYK 0 0.45 0.11 0.08
HSL 314.29º 0.71% 0.71% -
HSV(B) 314.29º 0.45% 0.92% -
XYZ 53.29 37.8 64.81 -
YUV 169.52 150.29 174 -
System Red Green Blue C M Y K H S L
Decimal 234 129 209 0 0.45 0.11 0.08 314.29 0.71 0.71
Hex EA 81 D1 0 2D B 8 13A 47 47
Octal 352 201 321 0 55 13 10 472 107 107
Binary 11101010 10000001 11010001 0 101101 1011 1000 100111010 1000111 1000111

Color Harmonies of #EA81D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA81D1

Black with #EA81D1

Text Example


Text Example

White with #EA81D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA81D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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