#E67DED

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

Shades of Violet #E67DED

Tints of Violet #E67DED

Color information

#E67DED (or 0xE67DED) is unknown color: approx Violet. HEX triplet: E6, 7D and ED. RGB value is (230,125,237). Sum of RGB (Red+Green+Blue) = 230+125+237=592 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.85% from 592); Green value is 125 (49.22% from 255 or 21.11% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #E67DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E67DED is #198212. Grayscale: #A8A8A8. Windows color (decimal): -1671699 or 15564262. OLE color: 15564262.

HSL color Cylindrical-coordinate representation of color #E67DED: hue angle of 296.25º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E67DED is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB230125237-
CMYK0.030.4700.07
HSL296.25º75.68%70.98%-
HSV(B)296.25º47.26%92.94%-
XYZ55.2537.684.47-
YUV169.16166.29171.39-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.85%
GREEN value IS 125 (49.22% from 255) = 21.11%
BLUE value IS 237 (92.97% from 255) = 40.03%
R=38.85%
G=21.11%
B=40.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2301252370.030.4700.07296.2575.6870.98
HexE67DED32F071284c47
Octal34617535535707450114107
Binary1110011011111011110110111101111011110010100010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67DED; }

 p { color: rgb(230,125,237); }

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

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

 a { background-color: rgb(230,125,237); }

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

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

 span { border-color: rgb(230,125,237); }

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