#ED95EE

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

Shades of Violet #ED95EE

Tints of Violet #ED95EE

Color information

#ED95EE (or 0xED95EE) is unknown color: approx Violet. HEX triplet: ED, 95 and EE. RGB value is (237,149,238). Sum of RGB (Red+Green+Blue) = 237+149+238=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 149 (58.59% from 255 or 23.88% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED95EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED95EE is #126A11. Grayscale: #B9B9B9. Windows color (decimal): -1206802 or 15635949. OLE color: 15635949.

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

Color convert

RGB237149238-
CMYK0.000.3700.07
HSL299.33º72.36%75.88%-
HSV(B)299.33º37.39%93.33%-
XYZ61.1145.6786.48-
YUV185.46157.65164.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.98%
GREEN value IS 149 (58.59% from 255) = 23.88%
BLUE value IS 238 (93.36% from 255) = 38.14%
R=37.98%
G=23.88%
B=38.14%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371492380.000.3700.07299.3372.3675.88
HexED95EE0250712b484c
Octal35522535604507453110114
Binary1110110110010101111011100100101011110010101110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED95EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED95EE; }

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

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

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

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

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

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

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

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