#ED94EE

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

Shades of Violet #ED94EE

Tints of Violet #ED94EE

Color information

#ED94EE (or 0xED94EE) is unknown color: approx Violet. HEX triplet: ED, 94 and EE. RGB value is (237,148,238). Sum of RGB (Red+Green+Blue) = 237+148+238=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 148 (58.20% from 255 or 23.76% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED94EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED94EE is #126B11. Grayscale: #B8B8B8. Windows color (decimal): -1207058 or 15635693. OLE color: 15635693.

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

Color convert

RGB237148238-
CMYK0.000.3800.07
HSL299.33º72.58%75.69%-
HSV(B)299.33º37.82%93.33%-
XYZ60.9545.3686.43-
YUV184.87157.99165.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.04%
GREEN value IS 148 (58.20% from 255) = 23.76%
BLUE value IS 238 (93.36% from 255) = 38.20%
R=38.04%
G=23.76%
B=38.20%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371482380.000.3800.07299.3372.5875.69
HexED94EE0260712b494c
Octal35522435604607453111114
Binary1110110110010100111011100100110011110010101110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED94EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED94EE; }

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

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

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

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

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

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

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

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