Html Css Color HEX #EA80DF Pale Magenta

📋 copy color: '#EA80DF'

red 234 ◦ green 128 ◦ blue 223

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

Shades of Pale Magenta #EA80DF

Tints of Pale Magenta #EA80DF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.88%

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

R = 40%
G = 21.88%
B = 38.12%

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

#EA80DF (or 0xEA80DF) is known color: Pale Magenta. HEX triplet: EA, 80 and DF. RGB value is (234,128,223). Sum of RGB (Red+Green+Blue) = 234+128+223=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 128 (50.39% from 255 or 21.88% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EA80DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA80DF is #157F20. Grayscale: #AAAAAA. Windows color (decimal): -1408801 or 14647530. OLE color: 14647530.

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

Color convert

RGB 234 128 223 -
CMYK 0 0.45 0.05 0.08
HSL 306.23º 0.72% 0.71% -
HSV(B) 306.23º 0.45% 0.92% -
XYZ 54.97 38.26 74.3 -
YUV 170.52 157.62 173.28 -
System Red Green Blue C M Y K H S L
Decimal 234 128 223 0 0.45 0.05 0.08 306.23 0.72 0.71
Hex EA 80 DF 0 2D 5 8 132 48 47
Octal 352 200 337 0 55 5 10 462 110 107
Binary 11101010 10000000 11011111 0 101101 101 1000 100110010 1001000 1000111

Color Harmonies of #EA80DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA80DF

Black with #EA80DF

Text Example


Text Example

White with #EA80DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA80DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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