Html Css Color HEX #EA83D3 Pale Magenta

📋 copy color: '#EA83D3'

red 234 ◦ green 131 ◦ blue 211

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

Shades of Pale Magenta #EA83D3

Tints of Pale Magenta #EA83D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.63%

R = 40.63%
G = 22.74%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EA83D3 (or 0xEA83D3) is known color: Pale Magenta. HEX triplet: EA, 83 and D3. RGB value is (234,131,211). Sum of RGB (Red+Green+Blue) = 234+131+211=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 131 (51.56% from 255 or 22.74% from 576); Blue value is 211 (82.81% from 255 or 36.63% from 576); Max value from RGB is 234 - color contains mainly: red. Hex color #EA83D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA83D3 is #157C2C. Grayscale: #AAAAAA. Windows color (decimal): -1408045 or 13861866. OLE color: 13861866.

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

Color convert

RGB 234 131 211 -
CMYK 0 0.44 0.10 0.08
HSL 313.4º 0.71% 0.72% -
HSV(B) 313.4º 0.44% 0.92% -
XYZ 53.81 38.43 66.21 -
YUV 170.92 150.62 173 -
System Red Green Blue C M Y K H S L
Decimal 234 131 211 0 0.44 0.10 0.08 313.4 0.71 0.72
Hex EA 83 D3 0 2C A 8 139 47 48
Octal 352 203 323 0 54 12 10 471 107 110
Binary 11101010 10000011 11010011 0 101100 1010 1000 100111001 1000111 1001000

Color Harmonies of #EA83D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA83D3

Black with #EA83D3

Text Example


Text Example

White with #EA83D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA83D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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