Html Css Color HEX #EA82D7 Pale Magenta

📋 copy color: '#EA82D7'

red 234 ◦ green 130 ◦ blue 215

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

Shades of Pale Magenta #EA82D7

Tints of Pale Magenta #EA82D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.13%

R = 40.41%
G = 22.45%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EA82D7 (or 0xEA82D7) is known color: Pale Magenta. HEX triplet: EA, 82 and D7. RGB value is (234,130,215). Sum of RGB (Red+Green+Blue) = 234+130+215=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 130 (51.17% from 255 or 22.45% from 579); Blue value is 215 (84.38% from 255 or 37.13% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EA82D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA82D7 is #157D28. Grayscale: #AAAAAA. Windows color (decimal): -1408297 or 14123754. OLE color: 14123754.

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

Color convert

RGB 234 130 215 -
CMYK 0 0.44 0.08 0.08
HSL 310.96º 0.71% 0.71% -
HSV(B) 310.96º 0.44% 0.92% -
XYZ 54.18 38.36 68.84 -
YUV 170.79 152.96 173.09 -
System Red Green Blue C M Y K H S L
Decimal 234 130 215 0 0.44 0.08 0.08 310.96 0.71 0.71
Hex EA 82 D7 0 2C 8 8 137 47 47
Octal 352 202 327 0 54 10 10 467 107 107
Binary 11101010 10000010 11010111 0 101100 1000 1000 100110111 1000111 1000111

Color Harmonies of #EA82D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA82D7

Black with #EA82D7

Text Example


Text Example

White with #EA82D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA82D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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