#EB7EDC

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

Shades of Pale Magenta #EB7EDC

Tints of Pale Magenta #EB7EDC

Color information

#EB7EDC (or 0xEB7EDC) is unknown color: approx Pale Magenta. HEX triplet: EB, 7E and DC. RGB value is (235,126,220). Sum of RGB (Red+Green+Blue) = 235+126+220=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 126 (49.61% from 255 or 21.69% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7EDC is #148123. Grayscale: #A9A9A9. Windows color (decimal): -1343780 or 14450411. OLE color: 14450411.

HSL color Cylindrical-coordinate representation of color #EB7EDC: hue angle of 308.26º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EB7EDC is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB235126220-
CMYK00.460.060.08
HSL308.26º73.15%70.78%-
HSV(B)308.26º46.38%92.16%-
XYZ54.6437.7572.12-
YUV169.31156.61174.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.45%
GREEN value IS 126 (49.61% from 255) = 21.69%
BLUE value IS 220 (86.33% from 255) = 37.87%
R=40.45%
G=21.69%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512622000.460.060.08308.2673.1570.78
HexEB7EDC02E681344947
Octal353176334056610464111107
Binary111010111111110110111000101110110100010011010010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7EDC; }

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

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

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

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

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

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

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

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