#E68BDB

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

Shades of Pale Magenta #E68BDB

Tints of Pale Magenta #E68BDB

Color information

#E68BDB (or 0xE68BDB) is unknown color: approx Pale Magenta. HEX triplet: E6, 8B and DB. RGB value is (230,139,219). Sum of RGB (Red+Green+Blue) = 230+139+219=588 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.12% from 588); Green value is 139 (54.69% from 255 or 23.64% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 230 - color contains mainly: red. Hex color #E68BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68BDB is #197424. Grayscale: #AFAFAF. Windows color (decimal): -1668133 or 14388198. OLE color: 14388198.

HSL color Cylindrical-coordinate representation of color #E68BDB: hue angle of 307.25º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E68BDB is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB230139219-
CMYK00.400.050.10
HSL307.25º64.54%72.35%-
HSV(B)307.25º39.57%90.2%-
XYZ54.6540.471.94-
YUV175.33152.65167-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.12%
GREEN value IS 139 (54.69% from 255) = 23.64%
BLUE value IS 219 (85.94% from 255) = 37.24%
R=39.12%
G=23.64%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013921900.400.050.10307.2564.5472.35
HexE68BDB0285A1334148
Octal346213333050512463101110
Binary1110011010001011110110110101000101101010011001110000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68BDB; }

 p { color: rgb(230,139,219); }

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

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

 a { background-color: rgb(230,139,219); }

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

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

 span { border-color: rgb(230,139,219); }

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