#EB8BE1

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

Shades of Pale Magenta #EB8BE1

Tints of Pale Magenta #EB8BE1

Color information

#EB8BE1 (or 0xEB8BE1) is unknown color: approx Pale Magenta. HEX triplet: EB, 8B and E1. RGB value is (235,139,225). Sum of RGB (Red+Green+Blue) = 235+139+225=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 139 (54.69% from 255 or 23.21% from 599); Blue value is 225 (88.28% from 255 or 37.56% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8BE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8BE1 is #14741E. Grayscale: #B1B1B1. Windows color (decimal): -1340447 or 14781419. OLE color: 14781419.

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

Color convert

RGB235139225-
CMYK00.410.040.08
HSL306.25º70.59%73.33%-
HSV(B)306.25º40.85%92.16%-
XYZ57.0841.5676.25-
YUV177.51154.8169.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.23%
GREEN value IS 139 (54.69% from 255) = 23.21%
BLUE value IS 225 (88.28% from 255) = 37.56%
R=39.23%
G=23.21%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513922500.410.040.08306.2570.5973.33
HexEB8BE1029481324749
Octal353213341051410462107111
Binary1110101110001011111000010101001100100010011001010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8BE1; }

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

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

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

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

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

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

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

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