Html Css Color HEX #EA83D9 Pale Magenta

📋 copy color: '#EA83D9'

red 234 ◦ green 131 ◦ blue 217

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

Shades of Pale Magenta #EA83D9

Tints of Pale Magenta #EA83D9

RGB

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

 GREEN value IS 131 (51.56% from 255) = 22.51%

 BLUE value IS 217 (85.16% from 255) = 37.29%

R = 40.21%
G = 22.51%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EA83D9 (or 0xEA83D9) is known color: Pale Magenta. HEX triplet: EA, 83 and D9. RGB value is (234,131,217). Sum of RGB (Red+Green+Blue) = 234+131+217=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 131 (51.56% from 255 or 22.51% from 582); Blue value is 217 (85.16% from 255 or 37.29% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EA83D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA83D9 is #157C26. Grayscale: #ABABAB. Windows color (decimal): -1408039 or 14255082. OLE color: 14255082.

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

Color convert

RGB 234 131 217 -
CMYK 0 0.44 0.07 0.08
HSL 309.9º 0.71% 0.72% -
HSV(B) 309.9º 0.44% 0.92% -
XYZ 54.57 38.73 70.25 -
YUV 171.6 153.62 172.51 -
System Red Green Blue C M Y K H S L
Decimal 234 131 217 0 0.44 0.07 0.08 309.9 0.71 0.72
Hex EA 83 D9 0 2C 7 8 136 47 48
Octal 352 203 331 0 54 7 10 466 107 110
Binary 11101010 10000011 11011001 0 101100 111 1000 100110110 1000111 1001000

Color Harmonies of #EA83D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA83D9

Black with #EA83D9

Text Example


Text Example

White with #EA83D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA83D9; }

 p { color: rgb(234,131,217); }

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

background-color css

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

 a { background-color: rgb(234,131,217); }

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

border-color css

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

 span { border-color: rgb(234,131,217); }

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