Html Css Color HEX #EA83DF Pale Magenta

📋 copy color: '#EA83DF'

red 234 ◦ green 131 ◦ blue 223

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

Shades of Pale Magenta #EA83DF

Tints of Pale Magenta #EA83DF

RGB

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

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

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

R = 39.8%
G = 22.28%
B = 37.93%

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

#EA83DF (or 0xEA83DF) is known color: Pale Magenta. HEX triplet: EA, 83 and DF. RGB value is (234,131,223). Sum of RGB (Red+Green+Blue) = 234+131+223=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 131 (51.56% from 255 or 22.28% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 234 - color contains mainly: red. Hex color #EA83DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA83DF is #157C20. Grayscale: #ACACAC. Windows color (decimal): -1408033 or 14648298. OLE color: 14648298.

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

Color convert

RGB 234 131 223 -
CMYK 0 0.44 0.05 0.08
HSL 306.41º 0.71% 0.72% -
HSV(B) 306.41º 0.44% 0.92% -
XYZ 55.37 39.05 74.43 -
YUV 172.29 156.62 172.02 -
System Red Green Blue C M Y K H S L
Decimal 234 131 223 0 0.44 0.05 0.08 306.41 0.71 0.72
Hex EA 83 DF 0 2C 5 8 132 47 48
Octal 352 203 337 0 54 5 10 462 107 110
Binary 11101010 10000011 11011111 0 101100 101 1000 100110010 1000111 1001000

Color Harmonies of #EA83DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA83DF

Black with #EA83DF

Text Example


Text Example

White with #EA83DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA83DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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