#EB86E0

Color #EB86E0 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #EB86E0

Tints of Pale Magenta #EB86E0

Color information

#EB86E0 (or 0xEB86E0) is unknown color: approx Pale Magenta. HEX triplet: EB, 86 and E0. RGB value is (235,134,224). Sum of RGB (Red+Green+Blue) = 235+134+224=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 134 (52.73% from 255 or 22.60% from 593); Blue value is 224 (87.89% from 255 or 37.77% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EB86E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB86E0 is #14791F. Grayscale: #AEAEAE. Windows color (decimal): -1341728 or 14714603. OLE color: 14714603.

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

Color convert

RGB235134224-
CMYK00.430.050.08
HSL306.53º71.63%72.35%-
HSV(B)306.53º42.98%92.16%-
XYZ56.2440.0975.3-
YUV174.46155.96171.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.63%
GREEN value IS 134 (52.73% from 255) = 22.60%
BLUE value IS 224 (87.89% from 255) = 37.77%
R=39.63%
G=22.60%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513422400.430.050.08306.5371.6372.35
HexEB86E002B581334848
Octal353206340053510463110110
Binary1110101110000110111000000101011101100010011001110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB86E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB86E0; }

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

 H1.HeaderClassName
 {
   color: #EB86E0;
 }
 .AnyTagClassName
 {
   color: #EB86E0;
 }
</style>
background-color css

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

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

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

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

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

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