#ED90EA

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

Shades of Violet #ED90EA

Tints of Violet #ED90EA

Color information

#ED90EA (or 0xED90EA) is unknown color: approx Violet. HEX triplet: ED, 90 and EA. RGB value is (237,144,234). Sum of RGB (Red+Green+Blue) = 237+144+234=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 144 (56.64% from 255 or 23.41% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED90EA is #126F15. Grayscale: #B5B5B5. Windows color (decimal): -1208086 or 15372525. OLE color: 15372525.

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

Color convert

RGB237144234-
CMYK00.390.010.07
HSL301.94º72.09%74.71%-
HSV(B)301.94º39.24%92.94%-
XYZ59.7543.8983.16-
YUV182.07157.31167.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.54%
GREEN value IS 144 (56.64% from 255) = 23.41%
BLUE value IS 234 (91.80% from 255) = 38.05%
R=38.54%
G=23.41%
B=38.05%

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
Decimal23714423400.390.010.07301.9472.0974.71
HexED90EA0271712e484b
Octal35522035204717456110113
Binary1110110110010000111010100100111111110010111010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED90EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED90EA; }

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

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

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

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

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

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

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

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