Html Css Color HEX #EA81D2 Pale Magenta

📋 copy color: '#EA81D2'

red 234 ◦ green 129 ◦ blue 210

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

Shades of Pale Magenta #EA81D2

Tints of Pale Magenta #EA81D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.65%

R = 40.84%
G = 22.51%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EA81D2 (or 0xEA81D2) is known color: Pale Magenta. HEX triplet: EA, 81 and D2. RGB value is (234,129,210). Sum of RGB (Red+Green+Blue) = 234+129+210=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 129 (50.78% from 255 or 22.51% from 573); Blue value is 210 (82.42% from 255 or 36.65% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EA81D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA81D2 is #157E2D. Grayscale: #A9A9A9. Windows color (decimal): -1408558 or 13795818. OLE color: 13795818.

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

Color convert

RGB 234 129 210 -
CMYK 0 0.45 0.10 0.08
HSL 313.71º 0.71% 0.71% -
HSV(B) 313.71º 0.45% 0.92% -
XYZ 53.41 37.85 65.46 -
YUV 169.63 150.79 173.91 -
System Red Green Blue C M Y K H S L
Decimal 234 129 210 0 0.45 0.10 0.08 313.71 0.71 0.71
Hex EA 81 D2 0 2D A 8 13A 47 47
Octal 352 201 322 0 55 12 10 472 107 107
Binary 11101010 10000001 11010010 0 101101 1010 1000 100111010 1000111 1000111

Color Harmonies of #EA81D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA81D2

Black with #EA81D2

Text Example


Text Example

White with #EA81D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA81D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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