#ED8DEE

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

Shades of Violet #ED8DEE

Tints of Violet #ED8DEE

Color information

#ED8DEE (or 0xED8DEE) is unknown color: approx Violet. HEX triplet: ED, 8D and EE. RGB value is (237,141,238). Sum of RGB (Red+Green+Blue) = 237+141+238=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 141 (55.47% from 255 or 22.89% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED8DEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8DEE is #127211. Grayscale: #B4B4B4. Windows color (decimal): -1208850 or 15633901. OLE color: 15633901.

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

Color convert

RGB237141238-
CMYK0.000.4100.07
HSL299.38º74.05%74.31%-
HSV(B)299.38º40.76%93.33%-
XYZ59.8843.2386.08-
YUV180.76160.3168.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.47%
GREEN value IS 141 (55.47% from 255) = 22.89%
BLUE value IS 238 (93.36% from 255) = 38.64%
R=38.47%
G=22.89%
B=38.64%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371412380.000.4100.07299.3874.0574.31
HexED8DEE0290712b4a4a
Octal35521535605107453112112
Binary1110110110001101111011100101001011110010101110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8DEE; }

 p { color: rgb(237,141,238); }

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

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

 a { background-color: rgb(237,141,238); }

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

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

 span { border-color: rgb(237,141,238); }

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