#E68BD4

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

Shades of Pale Magenta #E68BD4

Tints of Pale Magenta #E68BD4

Color information

#E68BD4 (or 0xE68BD4) is unknown color: approx Pale Magenta. HEX triplet: E6, 8B and D4. RGB value is (230,139,212). Sum of RGB (Red+Green+Blue) = 230+139+212=581 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.59% from 581); Green value is 139 (54.69% from 255 or 23.92% from 581); Blue value is 212 (83.20% from 255 or 36.49% from 581); Max value from RGB is 230 - color contains mainly: red. Hex color #E68BD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68BD4 is #19742B. Grayscale: #AEAEAE. Windows color (decimal): -1668140 or 13929446. OLE color: 13929446.

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

Color convert

RGB230139212-
CMYK00.400.080.10
HSL311.87º64.54%72.35%-
HSV(B)311.87º39.57%90.2%-
XYZ53.7540.0467.18-
YUV174.53149.15167.56-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.59%
GREEN value IS 139 (54.69% from 255) = 23.92%
BLUE value IS 212 (83.20% from 255) = 36.49%
R=39.59%
G=23.92%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013921200.400.080.10311.8764.5472.35
HexE68BD40288A1384148
Octal3462133240501012470101110
Binary11100110100010111101010001010001000101010011100010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68BD4; }

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

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

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

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

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

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

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

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