#EA92DB

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

Shades of Pale Magenta #EA92DB

Tints of Pale Magenta #EA92DB

Color information

#EA92DB (or 0xEA92DB) is unknown color: approx Pale Magenta. HEX triplet: EA, 92 and DB. RGB value is (234,146,219). Sum of RGB (Red+Green+Blue) = 234+146+219=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 146 (57.42% from 255 or 24.37% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EA92DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA92DB is #156D24. Grayscale: #B4B4B4. Windows color (decimal): -1404197 or 14389994. OLE color: 14389994.

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

Color convert

RGB234146219-
CMYK00.380.060.08
HSL310.23º67.69%74.51%-
HSV(B)310.23º37.61%91.76%-
XYZ5743.1672.35-
YUV180.63149.65166.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.07%
GREEN value IS 146 (57.42% from 255) = 24.37%
BLUE value IS 219 (85.94% from 255) = 36.56%
R=39.07%
G=24.37%
B=36.56%

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
Decimal23414621900.380.060.08310.2367.6974.51
HexEA92DB02668136444b
Octal352222333046610466104113
Binary1110101010010010110110110100110110100010011011010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA92DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA92DB; }

 p { color: rgb(234,146,219); }

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

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

 a { background-color: rgb(234,146,219); }

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

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

 span { border-color: rgb(234,146,219); }

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