#EB91DD

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

Shades of Pale Magenta #EB91DD

Tints of Pale Magenta #EB91DD

Color information

#EB91DD (or 0xEB91DD) is unknown color: approx Pale Magenta. HEX triplet: EB, 91 and DD. RGB value is (235,145,221). Sum of RGB (Red+Green+Blue) = 235+145+221=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 145 (57.03% from 255 or 24.13% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EB91DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB91DD is #146E22. Grayscale: #B4B4B4. Windows color (decimal): -1338915 or 14520811. OLE color: 14520811.

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

Color convert

RGB235145221-
CMYK00.380.060.08
HSL309.33º69.23%74.51%-
HSV(B)309.33º38.3%92.16%-
XYZ57.4443.1373.7-
YUV180.57150.82166.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.10%
GREEN value IS 145 (57.03% from 255) = 24.13%
BLUE value IS 221 (86.72% from 255) = 36.77%
R=39.10%
G=24.13%
B=36.77%

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
Decimal23514522100.380.060.08309.3369.2374.51
HexEB91DD02668135454b
Octal353221335046610465105113
Binary1110101110010001110111010100110110100010011010110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB91DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB91DD; }

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

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

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

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

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

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

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

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