Html Css Color HEX #EA89DF Pale Magenta

📋 copy color: '#EA89DF'

red 234 ◦ green 137 ◦ blue 223

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

Shades of Pale Magenta #EA89DF

Tints of Pale Magenta #EA89DF

RGB

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

 GREEN value IS 137 (53.91% from 255) = 23.06%

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

R = 39.39%
G = 23.06%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EA89DF (or 0xEA89DF) is known color: Pale Magenta. HEX triplet: EA, 89 and DF. RGB value is (234,137,223). Sum of RGB (Red+Green+Blue) = 234+137+223=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 137 (53.91% from 255 or 23.06% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EA89DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA89DF is #157620. Grayscale: #AFAFAF. Windows color (decimal): -1406497 or 14649834. OLE color: 14649834.

HSL color Cylindrical-coordinate representation of color #EA89DF: hue angle of 306.8º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA89DF is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 137 223 -
CMYK 0 0.41 0.05 0.08
HSL 306.8º 0.7% 0.73% -
HSV(B) 306.8º 0.41% 0.92% -
XYZ 56.2 40.71 74.71 -
YUV 175.81 154.64 169.51 -
System Red Green Blue C M Y K H S L
Decimal 234 137 223 0 0.41 0.05 0.08 306.8 0.7 0.73
Hex EA 89 DF 0 29 5 8 133 46 49
Octal 352 211 337 0 51 5 10 463 106 111
Binary 11101010 10001001 11011111 0 101001 101 1000 100110011 1000110 1001001

Color Harmonies of #EA89DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA89DF

Black with #EA89DF

Text Example


Text Example

White with #EA89DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA89DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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