#ED8CF9

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

Shades of Violet #ED8CF9

Tints of Violet #ED8CF9

Color information

#ED8CF9 (or 0xED8CF9) is unknown color: approx Violet. HEX triplet: ED, 8C and F9. RGB value is (237,140,249). Sum of RGB (Red+Green+Blue) = 237+140+249=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 140 (55.08% from 255 or 22.36% from 626); Blue value is 249 (97.66% from 255 or 39.78% from 626); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED8CF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8CF9 is #127306. Grayscale: #B5B5B5. Windows color (decimal): -1209095 or 16354541. OLE color: 16354541.

HSL color Cylindrical-coordinate representation of color #ED8CF9: hue angle of 293.39º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ED8CF9 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237140249-
CMYK0.050.4400.02
HSL293.39º90.08%76.27%-
HSV(B)293.39º43.78%97.65%-
XYZ61.443.694.8-
YUV181.43166.14167.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.86%
GREEN value IS 140 (55.08% from 255) = 22.36%
BLUE value IS 249 (97.66% from 255) = 39.78%
R=37.86%
G=22.36%
B=39.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371402490.050.4400.02293.3990.0876.27
HexED8CF952C021255a4c
Octal35521437155402445132114
Binary11101101100011001111100110110110001010010010110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8CF9; }

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

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

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

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

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

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

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

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