Html Css Color HEX #EA88DF Pale Magenta

📋 copy color: '#EA88DF'

red 234 ◦ green 136 ◦ blue 223

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

Shades of Pale Magenta #EA88DF

Tints of Pale Magenta #EA88DF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 22.93%

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

R = 39.46%
G = 22.93%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EA88DF (or 0xEA88DF) is known color: Pale Magenta. HEX triplet: EA, 88 and DF. RGB value is (234,136,223). Sum of RGB (Red+Green+Blue) = 234+136+223=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 136 (53.52% from 255 or 22.93% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 234 - color contains mainly: red. Hex color #EA88DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA88DF is #157720. Grayscale: #AEAEAE. Windows color (decimal): -1406753 or 14649578. OLE color: 14649578.

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

Color convert

RGB 234 136 223 -
CMYK 0 0.42 0.05 0.08
HSL 306.73º 0.7% 0.73% -
HSV(B) 306.73º 0.42% 0.92% -
XYZ 56.06 40.43 74.66 -
YUV 175.22 154.97 169.93 -
System Red Green Blue C M Y K H S L
Decimal 234 136 223 0 0.42 0.05 0.08 306.73 0.7 0.73
Hex EA 88 DF 0 2A 5 8 133 46 49
Octal 352 210 337 0 52 5 10 463 106 111
Binary 11101010 10001000 11011111 0 101010 101 1000 100110011 1000110 1001001

Color Harmonies of #EA88DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA88DF

Black with #EA88DF

Text Example


Text Example

White with #EA88DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA88DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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