#EB8FE0

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

Shades of Pale Magenta #EB8FE0

Tints of Pale Magenta #EB8FE0

Color information

#EB8FE0 (or 0xEB8FE0) is unknown color: approx Pale Magenta. HEX triplet: EB, 8F and E0. RGB value is (235,143,224). Sum of RGB (Red+Green+Blue) = 235+143+224=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 143 (56.25% from 255 or 23.75% from 602); Blue value is 224 (87.89% from 255 or 37.21% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8FE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8FE0 is #14701F. Grayscale: #B3B3B3. Windows color (decimal): -1339424 or 14716907. OLE color: 14716907.

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

Color convert

RGB235143224-
CMYK00.390.050.08
HSL307.17º69.7%74.12%-
HSV(B)307.17º39.15%92.16%-
XYZ57.5442.6975.73-
YUV179.74152.98167.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.04%
GREEN value IS 143 (56.25% from 255) = 23.75%
BLUE value IS 224 (87.89% from 255) = 37.21%
R=39.04%
G=23.75%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514322400.390.050.08307.1769.774.12
HexEB8FE002758133464a
Octal353217340047510463106112
Binary1110101110001111111000000100111101100010011001110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8FE0; }

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

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

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

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

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

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

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

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