Html Css Color HEX #EA81DF Pale Magenta

📋 copy color: '#EA81DF'

red 234 ◦ green 129 ◦ blue 223

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

Shades of Pale Magenta #EA81DF

Tints of Pale Magenta #EA81DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.05%

R = 39.93%
G = 22.01%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EA81DF (or 0xEA81DF) is known color: Pale Magenta. HEX triplet: EA, 81 and DF. RGB value is (234,129,223). Sum of RGB (Red+Green+Blue) = 234+129+223=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 129 (50.78% from 255 or 22.01% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 234 - color contains mainly: red. Hex color #EA81DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA81DF is #157E20. Grayscale: #AAAAAA. Windows color (decimal): -1408545 or 14647786. OLE color: 14647786.

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

Color convert

RGB 234 129 223 -
CMYK 0 0.45 0.05 0.08
HSL 306.29º 0.71% 0.71% -
HSV(B) 306.29º 0.45% 0.92% -
XYZ 55.1 38.52 74.34 -
YUV 171.11 157.29 172.86 -
System Red Green Blue C M Y K H S L
Decimal 234 129 223 0 0.45 0.05 0.08 306.29 0.71 0.71
Hex EA 81 DF 0 2D 5 8 132 47 47
Octal 352 201 337 0 55 5 10 462 107 107
Binary 11101010 10000001 11011111 0 101101 101 1000 100110010 1000111 1000111

Color Harmonies of #EA81DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA81DF

Black with #EA81DF

Text Example


Text Example

White with #EA81DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA81DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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