#E68ADF

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

Shades of Violet #E68ADF

Tints of Violet #E68ADF

Color information

#E68ADF (or 0xE68ADF) is unknown color: approx Violet. HEX triplet: E6, 8A and DF. RGB value is (230,138,223). Sum of RGB (Red+Green+Blue) = 230+138+223=591 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.92% from 591); Green value is 138 (54.30% from 255 or 23.35% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 230 - color contains mainly: red. Hex color #E68ADF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68ADF is #197520. Grayscale: #AEAEAE. Windows color (decimal): -1668385 or 14650086. OLE color: 14650086.

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

Color convert

RGB230138223-
CMYK00.40.030.10
HSL304.57º64.79%72.16%-
HSV(B)304.57º40%90.2%-
XYZ55.0440.3374.7-
YUV175.2154.98167.09-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.92%
GREEN value IS 138 (54.30% from 255) = 23.35%
BLUE value IS 223 (87.5% from 255) = 37.73%
R=38.92%
G=23.35%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013822300.40.030.10304.5764.7972.16
HexE68ADF0283A1314148
Octal346212337050312461101110
Binary111001101000101011011111010100011101010011000110000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68ADF; }

 p { color: rgb(230,138,223); }

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

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

 a { background-color: rgb(230,138,223); }

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

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

 span { border-color: rgb(230,138,223); }

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