#EB92DA

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

Shades of Pale Magenta #EB92DA

Tints of Pale Magenta #EB92DA

Color information

#EB92DA (or 0xEB92DA) is unknown color: approx Pale Magenta. HEX triplet: EB, 92 and DA. RGB value is (235,146,218). Sum of RGB (Red+Green+Blue) = 235+146+218=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 146 (57.42% from 255 or 24.37% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EB92DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB92DA is #146D25. Grayscale: #B4B4B4. Windows color (decimal): -1338662 or 14324459. OLE color: 14324459.

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

Color convert

RGB235146218-
CMYK00.380.070.08
HSL311.46º68.99%74.71%-
HSV(B)311.46º37.87%92.16%-
XYZ57.1943.2871.67-
YUV180.82148.99166.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.23%
GREEN value IS 146 (57.42% from 255) = 24.37%
BLUE value IS 218 (85.55% from 255) = 36.39%
R=39.23%
G=24.37%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514621800.380.070.08311.4668.9974.71
HexEB92DA02678137454b
Octal353222332046710467105113
Binary1110101110010010110110100100110111100010011011110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB92DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB92DA; }

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

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

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

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

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

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

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

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