#EB7DD4

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

Shades of Pale Magenta #EB7DD4

Tints of Pale Magenta #EB7DD4

Color information

#EB7DD4 (or 0xEB7DD4) is unknown color: approx Pale Magenta. HEX triplet: EB, 7D and D4. RGB value is (235,125,212). Sum of RGB (Red+Green+Blue) = 235+125+212=572 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.08% from 572); Green value is 125 (49.22% from 255 or 21.85% from 572); Blue value is 212 (83.20% from 255 or 37.06% from 572); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7DD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7DD4 is #14822B. Grayscale: #A7A7A7. Windows color (decimal): -1344044 or 13925867. OLE color: 13925867.

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

Color convert

RGB235125212-
CMYK00.470.100.08
HSL312.55º73.33%70.59%-
HSV(B)312.55º46.81%92.16%-
XYZ53.4837.0866.63-
YUV167.81152.94175.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.08%
GREEN value IS 125 (49.22% from 255) = 21.85%
BLUE value IS 212 (83.20% from 255) = 37.06%
R=41.08%
G=21.85%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512521200.470.100.08312.5573.3370.59
HexEB7DD402FA81394947
Octal3531753240571210471111107
Binary1110101111111011101010001011111010100010011100110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7DD4; }

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

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

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

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

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

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

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

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