#ED8CEF

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

Shades of Violet #ED8CEF

Tints of Violet #ED8CEF

Color information

#ED8CEF (or 0xED8CEF) is unknown color: approx Violet. HEX triplet: ED, 8C and EF. RGB value is (237,140,239). Sum of RGB (Red+Green+Blue) = 237+140+239=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 140 (55.08% from 255 or 22.73% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED8CEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8CEF is #127310. Grayscale: #B3B3B3. Windows color (decimal): -1209105 or 15699181. OLE color: 15699181.

HSL color Cylindrical-coordinate representation of color #ED8CEF: hue angle of 298.79º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED8CEF is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB237140239-
CMYK0.010.4100.06
HSL298.79º75.57%74.31%-
HSV(B)298.79º41.42%93.73%-
XYZ59.8842.9986.8-
YUV180.29161.14168.45-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.47%
GREEN value IS 140 (55.08% from 255) = 22.73%
BLUE value IS 239 (93.75% from 255) = 38.80%
R=38.47%
G=22.73%
B=38.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2371402390.010.4100.06298.7975.5774.31
HexED8CEF1290612b4c4a
Octal35521435715106453114112
Binary1110110110001100111011111101001011010010101110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8CEF; }

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

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

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

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

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

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

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

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