Html Css Color HEX #EA82DF Pale Magenta

📋 copy color: '#EA82DF'

red 234 ◦ green 130 ◦ blue 223

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

Shades of Pale Magenta #EA82DF

Tints of Pale Magenta #EA82DF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.15%

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

R = 39.86%
G = 22.15%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EA82DF (or 0xEA82DF) is known color: Pale Magenta. HEX triplet: EA, 82 and DF. RGB value is (234,130,223). Sum of RGB (Red+Green+Blue) = 234+130+223=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 130 (51.17% from 255 or 22.15% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EA82DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA82DF is #157D20. Grayscale: #ABABAB. Windows color (decimal): -1408289 or 14648042. OLE color: 14648042.

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

Color convert

RGB 234 130 223 -
CMYK 0 0.44 0.05 0.08
HSL 306.35º 0.71% 0.71% -
HSV(B) 306.35º 0.44% 0.92% -
XYZ 55.23 38.79 74.39 -
YUV 171.7 156.96 172.44 -
System Red Green Blue C M Y K H S L
Decimal 234 130 223 0 0.44 0.05 0.08 306.35 0.71 0.71
Hex EA 82 DF 0 2C 5 8 132 47 47
Octal 352 202 337 0 54 5 10 462 107 107
Binary 11101010 10000010 11011111 0 101100 101 1000 100110010 1000111 1000111

Color Harmonies of #EA82DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA82DF

Black with #EA82DF

Text Example


Text Example

White with #EA82DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA82DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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