#EB7DD0

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

Shades of Pale Magenta #EB7DD0

Tints of Pale Magenta #EB7DD0

Color information

#EB7DD0 (or 0xEB7DD0) is unknown color: approx Pale Magenta. HEX triplet: EB, 7D and D0. RGB value is (235,125,208). Sum of RGB (Red+Green+Blue) = 235+125+208=568 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.37% from 568); Green value is 125 (49.22% from 255 or 22.01% from 568); Blue value is 208 (81.64% from 255 or 36.62% from 568); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7DD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7DD0 is #14822F. Grayscale: #A7A7A7. Windows color (decimal): -1344048 or 13663723. OLE color: 13663723.

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

Color convert

RGB235125208-
CMYK00.470.110.08
HSL314.73º73.33%70.59%-
HSV(B)314.73º46.81%92.16%-
XYZ52.9836.8864-
YUV167.35150.94176.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.37%
GREEN value IS 125 (49.22% from 255) = 22.01%
BLUE value IS 208 (81.64% from 255) = 36.62%
R=41.37%
G=22.01%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512520800.470.110.08314.7373.3370.59
HexEB7DD002FB813b4947
Octal3531753200571310473111107
Binary1110101111111011101000001011111011100010011101110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7DD0; }

 p { color: rgb(235,125,208); }

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

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

 a { background-color: rgb(235,125,208); }

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

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

 span { border-color: rgb(235,125,208); }

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