Html Css Color HEX #EB86DF Pale Magenta

📋 copy color: '#EB86DF'

red 235 ◦ green 134 ◦ blue 223

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

Shades of Pale Magenta #EB86DF

Tints of Pale Magenta #EB86DF

RGB

 RED value IS 235 (92.19% from 255) = 39.7%

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

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

R = 39.7%
G = 22.64%
B = 37.67%

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

#EB86DF (or 0xEB86DF) is known color: Pale Magenta. HEX triplet: EB, 86 and DF. RGB value is (235,134,223). Sum of RGB (Red+Green+Blue) = 235+134+223=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 134 (52.73% from 255 or 22.64% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EB86DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB86DF is #147920. Grayscale: #AEAEAE. Windows color (decimal): -1341729 or 14649067. OLE color: 14649067.

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

Color convert

RGB 235 134 223 -
CMYK 0 0.43 0.05 0.08
HSL 307.13º 0.72% 0.72% -
HSV(B) 307.13º 0.43% 0.92% -
XYZ 56.11 40.04 74.58 -
YUV 174.35 155.46 171.26 -
System Red Green Blue C M Y K H S L
Decimal 235 134 223 0 0.43 0.05 0.08 307.13 0.72 0.72
Hex EB 86 DF 0 2B 5 8 133 48 48
Octal 353 206 337 0 53 5 10 463 110 110
Binary 11101011 10000110 11011111 0 101011 101 1000 100110011 1001000 1001000

Color Harmonies of #EB86DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB86DF

Black with #EB86DF

Text Example


Text Example

White with #EB86DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB86DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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