#ED8CEE

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

Shades of Violet #ED8CEE

Tints of Violet #ED8CEE

Color information

#ED8CEE (or 0xED8CEE) is unknown color: approx Violet. HEX triplet: ED, 8C and EE. RGB value is (237,140,238). Sum of RGB (Red+Green+Blue) = 237+140+238=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 140 (55.08% from 255 or 22.76% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED8CEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8CEE is #127311. Grayscale: #B3B3B3. Windows color (decimal): -1209106 or 15633645. OLE color: 15633645.

HSL color Cylindrical-coordinate representation of color #ED8CEE: hue angle of 299.39º 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 #ED8CEE is Cyan = 0.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB237140238-
CMYK0.000.4100.07
HSL299.39º74.24%74.12%-
HSV(B)299.39º41.18%93.33%-
XYZ59.7442.9386.03-
YUV180.18160.64168.53-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.54%
GREEN value IS 140 (55.08% from 255) = 22.76%
BLUE value IS 238 (93.36% from 255) = 38.70%
R=38.54%
G=22.76%
B=38.70%

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
Decimal2371402380.000.4100.07299.3974.2474.12
HexED8CEE0290712b4a4a
Octal35521435605107453112112
Binary1110110110001100111011100101001011110010101110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8CEE; }

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

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

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

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

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

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

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

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