#EB7ED2

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

Shades of Pale Magenta #EB7ED2

Tints of Pale Magenta #EB7ED2

Color information

#EB7ED2 (or 0xEB7ED2) is unknown color: approx Pale Magenta. HEX triplet: EB, 7E and D2. RGB value is (235,126,210). Sum of RGB (Red+Green+Blue) = 235+126+210=571 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.16% from 571); Green value is 126 (49.61% from 255 or 22.07% from 571); Blue value is 210 (82.42% from 255 or 36.78% from 571); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7ED2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7ED2 is #14812D. Grayscale: #A7A7A7. Windows color (decimal): -1343790 or 13795051. OLE color: 13795051.

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

Color convert

RGB235126210-
CMYK00.460.110.08
HSL313.76º73.15%70.78%-
HSV(B)313.76º46.38%92.16%-
XYZ53.3537.2465.35-
YUV168.17151.61175.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.16%
GREEN value IS 126 (49.61% from 255) = 22.07%
BLUE value IS 210 (82.42% from 255) = 36.78%
R=41.16%
G=22.07%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512621000.460.110.08313.7673.1570.78
HexEB7ED202EB813a4947
Octal3531763220561310472111107
Binary1110101111111101101001001011101011100010011101010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7ED2; }

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

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

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

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

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

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

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

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