#ED93EA

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

Shades of Violet #ED93EA

Tints of Violet #ED93EA

Color information

#ED93EA (or 0xED93EA) is unknown color: approx Violet. HEX triplet: ED, 93 and EA. RGB value is (237,147,234). Sum of RGB (Red+Green+Blue) = 237+147+234=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 147 (57.81% from 255 or 23.79% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #ED93EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED93EA is #126C15. Grayscale: #B7B7B7. Windows color (decimal): -1207318 or 15373293. OLE color: 15373293.

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

Color convert

RGB237147234-
CMYK00.380.010.07
HSL302º71.43%75.29%-
HSV(B)302º37.97%92.94%-
XYZ60.2144.8183.32-
YUV183.83156.32165.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.35%
GREEN value IS 147 (57.81% from 255) = 23.79%
BLUE value IS 234 (91.80% from 255) = 37.86%
R=38.35%
G=23.79%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714723400.380.010.0730271.4375.29
HexED93EA0261712e474b
Octal35522335204617456107113
Binary1110110110010011111010100100110111110010111010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED93EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED93EA; }

 p { color: rgb(237,147,234); }

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

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

 a { background-color: rgb(237,147,234); }

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

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

 span { border-color: rgb(237,147,234); }

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