Html Css Color HEX #EA86DF Pale Magenta

📋 copy color: '#EA86DF'

red 234 ◦ green 134 ◦ blue 223

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

Shades of Pale Magenta #EA86DF

Tints of Pale Magenta #EA86DF

RGB

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

 GREEN value IS 134 (52.73% from 255) = 22.67%

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

R = 39.59%
G = 22.67%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EA86DF (or 0xEA86DF) is known color: Pale Magenta. HEX triplet: EA, 86 and DF. RGB value is (234,134,223). Sum of RGB (Red+Green+Blue) = 234+134+223=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 134 (52.73% from 255 or 22.67% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EA86DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA86DF is #157920. Grayscale: #ADADAD. Windows color (decimal): -1407265 or 14649066. OLE color: 14649066.

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

Color convert

RGB 234 134 223 -
CMYK 0 0.43 0.05 0.08
HSL 306.6º 0.7% 0.72% -
HSV(B) 306.6º 0.43% 0.92% -
XYZ 55.78 39.87 74.57 -
YUV 174.05 155.63 170.76 -
System Red Green Blue C M Y K H S L
Decimal 234 134 223 0 0.43 0.05 0.08 306.6 0.7 0.72
Hex EA 86 DF 0 2B 5 8 133 46 48
Octal 352 206 337 0 53 5 10 463 106 110
Binary 11101010 10000110 11011111 0 101011 101 1000 100110011 1000110 1001000

Color Harmonies of #EA86DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA86DF

Black with #EA86DF

Text Example


Text Example

White with #EA86DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA86DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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