#EB8ADC

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

Shades of Pale Magenta #EB8ADC

Tints of Pale Magenta #EB8ADC

Color information

#EB8ADC (or 0xEB8ADC) is unknown color: approx Pale Magenta. HEX triplet: EB, 8A and DC. RGB value is (235,138,220). Sum of RGB (Red+Green+Blue) = 235+138+220=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 138 (54.30% from 255 or 23.27% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8ADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8ADC is #147523. Grayscale: #B0B0B0. Windows color (decimal): -1340708 or 14453483. OLE color: 14453483.

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

Color convert

RGB235138220-
CMYK00.410.060.08
HSL309.28º70.8%73.14%-
HSV(B)309.28º41.28%92.16%-
XYZ56.2741.0172.66-
YUV176.35152.64169.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.63%
GREEN value IS 138 (54.30% from 255) = 23.27%
BLUE value IS 220 (86.33% from 255) = 37.10%
R=39.63%
G=23.27%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513822000.410.060.08309.2870.873.14
HexEB8ADC029681354749
Octal353212334051610465107111
Binary1110101110001010110111000101001110100010011010110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8ADC; }

 p { color: rgb(235,138,220); }

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

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

 a { background-color: rgb(235,138,220); }

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

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

 span { border-color: rgb(235,138,220); }

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