#EB92DD

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

Shades of Pale Magenta #EB92DD

Tints of Pale Magenta #EB92DD

Color information

#EB92DD (or 0xEB92DD) is unknown color: approx Pale Magenta. HEX triplet: EB, 92 and DD. RGB value is (235,146,221). Sum of RGB (Red+Green+Blue) = 235+146+221=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 146 (57.42% from 255 or 24.25% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EB92DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB92DD is #146D22. Grayscale: #B4B4B4. Windows color (decimal): -1338659 or 14521067. OLE color: 14521067.

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

Color convert

RGB235146221-
CMYK00.380.060.08
HSL309.44º68.99%74.71%-
HSV(B)309.44º37.87%92.16%-
XYZ57.5943.4473.76-
YUV181.16150.49166.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.04%
GREEN value IS 146 (57.42% from 255) = 24.25%
BLUE value IS 221 (86.72% from 255) = 36.71%
R=39.04%
G=24.25%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514622100.380.060.08309.4468.9974.71
HexEB92DD02668135454b
Octal353222335046610465105113
Binary1110101110010010110111010100110110100010011010110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB92DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB92DD; }

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

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

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

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

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

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

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

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