Html Css Color HEX #EA84DF Pale Magenta

📋 copy color: '#EA84DF'

red 234 ◦ green 132 ◦ blue 223

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

Shades of Pale Magenta #EA84DF

Tints of Pale Magenta #EA84DF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.41%

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

R = 39.73%
G = 22.41%
B = 37.86%

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

#EA84DF (or 0xEA84DF) is known color: Pale Magenta. HEX triplet: EA, 84 and DF. RGB value is (234,132,223). Sum of RGB (Red+Green+Blue) = 234+132+223=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 132 (51.95% from 255 or 22.41% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EA84DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA84DF is #157B20. Grayscale: #ACACAC. Windows color (decimal): -1407777 or 14648554. OLE color: 14648554.

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

Color convert

RGB 234 132 223 -
CMYK 0 0.44 0.05 0.08
HSL 306.47º 0.71% 0.72% -
HSV(B) 306.47º 0.44% 0.92% -
XYZ 55.5 39.32 74.48 -
YUV 172.87 156.29 171.6 -
System Red Green Blue C M Y K H S L
Decimal 234 132 223 0 0.44 0.05 0.08 306.47 0.71 0.72
Hex EA 84 DF 0 2C 5 8 132 47 48
Octal 352 204 337 0 54 5 10 462 107 110
Binary 11101010 10000100 11011111 0 101100 101 1000 100110010 1000111 1001000

Color Harmonies of #EA84DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA84DF

Black with #EA84DF

Text Example


Text Example

White with #EA84DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA84DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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