#EE8ADB

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

Shades of Pale Magenta #EE8ADB

Tints of Pale Magenta #EE8ADB

Color information

#EE8ADB (or 0xEE8ADB) is unknown color: approx Pale Magenta. HEX triplet: EE, 8A and DB. RGB value is (238,138,219). Sum of RGB (Red+Green+Blue) = 238+138+219=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 138 (54.30% from 255 or 23.19% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8ADB is #117524. Grayscale: #B0B0B0. Windows color (decimal): -1144101 or 14387950. OLE color: 14387950.

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

Color convert

RGB238138219-
CMYK00.420.080.07
HSL311.4º74.63%73.73%-
HSV(B)311.4º42.02%93.33%-
XYZ57.1341.4772.01-
YUV177.13151.63171.41-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40%
GREEN value IS 138 (54.30% from 255) = 23.19%
BLUE value IS 219 (85.94% from 255) = 36.81%
R=40%
G=23.19%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813821900.420.080.07311.474.6373.73
HexEE8ADB02A871374b4a
Octal356212333052107467113112
Binary1110111010001010110110110101010100011110011011110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8ADB; }

 p { color: rgb(238,138,219); }

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

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

 a { background-color: rgb(238,138,219); }

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

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

 span { border-color: rgb(238,138,219); }

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