#ED90E8

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

Shades of Violet #ED90E8

Tints of Violet #ED90E8

Color information

#ED90E8 (or 0xED90E8) is unknown color: approx Violet. HEX triplet: ED, 90 and E8. RGB value is (237,144,232). Sum of RGB (Red+Green+Blue) = 237+144+232=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 144 (56.64% from 255 or 23.49% from 613); Blue value is 232 (91.02% from 255 or 37.85% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED90E8 is #126F17. Grayscale: #B5B5B5. Windows color (decimal): -1208088 or 15241453. OLE color: 15241453.

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

Color convert

RGB237144232-
CMYK00.390.020.07
HSL303.23º72.09%74.71%-
HSV(B)303.23º39.24%92.94%-
XYZ59.4643.7881.66-
YUV181.84156.31167.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.66%
GREEN value IS 144 (56.64% from 255) = 23.49%
BLUE value IS 232 (91.02% from 255) = 37.85%
R=38.66%
G=23.49%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714423200.390.020.07303.2372.0974.71
HexED90E80272712f484b
Octal35522035004727457110113
Binary11101101100100001110100001001111011110010111110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED90E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED90E8; }

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

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

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

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

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

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

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

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