#ED94E9

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

Shades of Violet #ED94E9

Tints of Violet #ED94E9

Color information

#ED94E9 (or 0xED94E9) is unknown color: approx Violet. HEX triplet: ED, 94 and E9. RGB value is (237,148,233). Sum of RGB (Red+Green+Blue) = 237+148+233=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 148 (58.20% from 255 or 23.95% from 618); Blue value is 233 (91.41% from 255 or 37.70% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #ED94E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED94E9 is #126B16. Grayscale: #B8B8B8. Windows color (decimal): -1207063 or 15308013. OLE color: 15308013.

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

Color convert

RGB237148233-
CMYK00.380.020.07
HSL302.7º71.2%75.49%-
HSV(B)302.7º37.55%92.94%-
XYZ60.2245.0782.62-
YUV184.3155.49165.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.35%
GREEN value IS 148 (58.20% from 255) = 23.95%
BLUE value IS 233 (91.41% from 255) = 37.70%
R=38.35%
G=23.95%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714823300.380.020.07302.771.275.49
HexED94E90262712f474b
Octal35522435104627457107113
Binary11101101100101001110100101001101011110010111110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED94E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED94E9; }

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

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

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

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

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

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

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

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