#EB7FDA

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

Shades of Pale Magenta #EB7FDA

Tints of Pale Magenta #EB7FDA

Color information

#EB7FDA (or 0xEB7FDA) is unknown color: approx Pale Magenta. HEX triplet: EB, 7F and DA. RGB value is (235,127,218). Sum of RGB (Red+Green+Blue) = 235+127+218=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 127 (50% from 255 or 21.90% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7FDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7FDA is #148025. Grayscale: #A9A9A9. Windows color (decimal): -1343526 or 14319595. OLE color: 14319595.

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

Color convert

RGB235127218-
CMYK00.460.070.08
HSL309.44º72.97%70.98%-
HSV(B)309.44º45.96%92.16%-
XYZ54.5137.970.77-
YUV169.67155.28174.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.52%
GREEN value IS 127 (50% from 255) = 21.90%
BLUE value IS 218 (85.55% from 255) = 37.59%
R=40.52%
G=21.90%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512721800.460.070.08309.4472.9770.98
HexEB7FDA02E781354947
Octal353177332056710465111107
Binary111010111111111110110100101110111100010011010110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7FDA; }

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

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

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

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

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

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

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

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