#EB8FE2

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

Shades of Pale Magenta #EB8FE2

Tints of Pale Magenta #EB8FE2

Color information

#EB8FE2 (or 0xEB8FE2) is unknown color: approx Pale Magenta. HEX triplet: EB, 8F and E2. RGB value is (235,143,226). Sum of RGB (Red+Green+Blue) = 235+143+226=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 143 (56.25% from 255 or 23.68% from 604); Blue value is 226 (88.67% from 255 or 37.42% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8FE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8FE2 is #14701D. Grayscale: #B3B3B3. Windows color (decimal): -1339422 or 14847979. OLE color: 14847979.

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

Color convert

RGB235143226-
CMYK00.390.040.08
HSL305.87º69.7%74.12%-
HSV(B)305.87º39.15%92.16%-
XYZ57.8142.877.17-
YUV179.97153.98167.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.91%
GREEN value IS 143 (56.25% from 255) = 23.68%
BLUE value IS 226 (88.67% from 255) = 37.42%
R=38.91%
G=23.68%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514322600.390.040.08305.8769.774.12
HexEB8FE202748132464a
Octal353217342047410462106112
Binary1110101110001111111000100100111100100010011001010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8FE2; }

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

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

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

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

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

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

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

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