#EB79DA

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

Shades of Pale Magenta #EB79DA

Tints of Pale Magenta #EB79DA

Color information

#EB79DA (or 0xEB79DA) is unknown color: approx Pale Magenta. HEX triplet: EB, 79 and DA. RGB value is (235,121,218). Sum of RGB (Red+Green+Blue) = 235+121+218=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 121 (47.66% from 255 or 21.08% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 235 - color contains mainly: red. Hex color #EB79DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB79DA is #148625. Grayscale: #A5A5A5. Windows color (decimal): -1345062 or 14318059. OLE color: 14318059.

HSL color Cylindrical-coordinate representation of color #EB79DA: hue angle of 308.95º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EB79DA is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB235121218-
CMYK00.490.070.08
HSL308.95º74.03%69.8%-
HSV(B)308.95º48.51%92.16%-
XYZ53.7536.470.52-
YUV166.14157.27177.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.94%
GREEN value IS 121 (47.66% from 255) = 21.08%
BLUE value IS 218 (85.55% from 255) = 37.98%
R=40.94%
G=21.08%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512121800.490.070.08308.9574.0369.8
HexEB79DA031781354a46
Octal353171332061710465112106
Binary111010111111001110110100110001111100010011010110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB79DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB79DA; }

 p { color: rgb(235,121,218); }

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

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

 a { background-color: rgb(235,121,218); }

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

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

 span { border-color: rgb(235,121,218); }

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