Html Css Color HEX #EA82D8 Pale Magenta

📋 copy color: '#EA82D8'

red 234 ◦ green 130 ◦ blue 216

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

Shades of Pale Magenta #EA82D8

Tints of Pale Magenta #EA82D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.24%

R = 40.34%
G = 22.41%
B = 37.24%

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

#EA82D8 (or 0xEA82D8) is known color: Pale Magenta. HEX triplet: EA, 82 and D8. RGB value is (234,130,216). Sum of RGB (Red+Green+Blue) = 234+130+216=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 130 (51.17% from 255 or 22.41% from 580); Blue value is 216 (84.77% from 255 or 37.24% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EA82D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA82D8 is #157D27. Grayscale: #AAAAAA. Windows color (decimal): -1408296 or 14189290. OLE color: 14189290.

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

Color convert

RGB 234 130 216 -
CMYK 0 0.44 0.08 0.08
HSL 310.38º 0.71% 0.71% -
HSV(B) 310.38º 0.44% 0.92% -
XYZ 54.31 38.42 69.52 -
YUV 170.9 153.46 173.01 -
System Red Green Blue C M Y K H S L
Decimal 234 130 216 0 0.44 0.08 0.08 310.38 0.71 0.71
Hex EA 82 D8 0 2C 8 8 136 47 47
Octal 352 202 330 0 54 10 10 466 107 107
Binary 11101010 10000010 11011000 0 101100 1000 1000 100110110 1000111 1000111

Color Harmonies of #EA82D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA82D8

Black with #EA82D8

Text Example


Text Example

White with #EA82D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA82D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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