#ED90EB

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

Shades of Violet #ED90EB

Tints of Violet #ED90EB

Color information

#ED90EB (or 0xED90EB) is unknown color: approx Violet. HEX triplet: ED, 90 and EB. RGB value is (237,144,235). Sum of RGB (Red+Green+Blue) = 237+144+235=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 144 (56.64% from 255 or 23.38% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED90EB is #126F14. Grayscale: #B5B5B5. Windows color (decimal): -1208085 or 15438061. OLE color: 15438061.

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

Color convert

RGB237144235-
CMYK00.390.010.07
HSL301.29º72.09%74.71%-
HSV(B)301.29º39.24%92.94%-
XYZ59.8943.9583.92-
YUV182.18157.81167.1-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.47%
GREEN value IS 144 (56.64% from 255) = 23.38%
BLUE value IS 235 (92.19% from 255) = 38.15%
R=38.47%
G=23.38%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714423500.390.010.07301.2972.0974.71
HexED90EB0271712d484b
Octal35522035304717455110113
Binary1110110110010000111010110100111111110010110110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED90EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED90EB; }

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

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

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

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

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

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

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

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