#ED90EE

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

Shades of Violet #ED90EE

Tints of Violet #ED90EE

Color information

#ED90EE (or 0xED90EE) is unknown color: approx Violet. HEX triplet: ED, 90 and EE. RGB value is (237,144,238). Sum of RGB (Red+Green+Blue) = 237+144+238=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 144 (56.64% from 255 or 23.26% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED90EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED90EE is #126F11. Grayscale: #B6B6B6. Windows color (decimal): -1208082 or 15634669. OLE color: 15634669.

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

Color convert

RGB237144238-
CMYK0.000.3900.07
HSL299.36º73.44%74.9%-
HSV(B)299.36º39.5%93.33%-
XYZ60.3344.1286.23-
YUV182.52159.31166.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.29%
GREEN value IS 144 (56.64% from 255) = 23.26%
BLUE value IS 238 (93.36% from 255) = 38.45%
R=38.29%
G=23.26%
B=38.45%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371442380.000.3900.07299.3673.4474.9
HexED90EE0270712b494b
Octal35522035604707453111113
Binary1110110110010000111011100100111011110010101110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED90EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED90EE; }

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

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

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

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

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

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

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

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