#ED90EF

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

Shades of Violet #ED90EF

Tints of Violet #ED90EF

Color information

#ED90EF (or 0xED90EF) is unknown color: approx Violet. HEX triplet: ED, 90 and EF. RGB value is (237,144,239). Sum of RGB (Red+Green+Blue) = 237+144+239=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 144 (56.64% from 255 or 23.23% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED90EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED90EF is #126F10. Grayscale: #B6B6B6. Windows color (decimal): -1208081 or 15700205. OLE color: 15700205.

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

Color convert

RGB237144239-
CMYK0.010.4000.06
HSL298.74º74.8%75.1%-
HSV(B)298.74º39.75%93.73%-
XYZ60.4844.1887-
YUV182.64159.81166.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.23%
GREEN value IS 144 (56.64% from 255) = 23.23%
BLUE value IS 239 (93.75% from 255) = 38.55%
R=38.23%
G=23.23%
B=38.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2371442390.010.4000.06298.7474.875.1
HexED90EF1280612b4b4b
Octal35522035715006453113113
Binary1110110110010000111011111101000011010010101110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED90EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED90EF; }

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

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

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

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

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

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

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

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