#EB8BE0

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

Shades of Pale Magenta #EB8BE0

Tints of Pale Magenta #EB8BE0

Color information

#EB8BE0 (or 0xEB8BE0) is unknown color: approx Pale Magenta. HEX triplet: EB, 8B and E0. RGB value is (235,139,224). Sum of RGB (Red+Green+Blue) = 235+139+224=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 139 (54.69% from 255 or 23.24% from 598); Blue value is 224 (87.89% from 255 or 37.46% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8BE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8BE0 is #14741F. Grayscale: #B1B1B1. Windows color (decimal): -1340448 or 14715883. OLE color: 14715883.

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

Color convert

RGB235139224-
CMYK00.410.050.08
HSL306.88º70.59%73.33%-
HSV(B)306.88º40.85%92.16%-
XYZ56.9541.5175.53-
YUV177.39154.3169.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.30%
GREEN value IS 139 (54.69% from 255) = 23.24%
BLUE value IS 224 (87.89% from 255) = 37.46%
R=39.30%
G=23.24%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513922400.410.050.08306.8870.5973.33
HexEB8BE0029581334749
Octal353213340051510463107111
Binary1110101110001011111000000101001101100010011001110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8BE0; }

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

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

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

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

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

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

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

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