#ED95FF

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

Shades of Violet #ED95FF

Tints of Violet #ED95FF

Color information

#ED95FF (or 0xED95FF) is unknown color: approx Violet. HEX triplet: ED, 95 and FF. RGB value is (237,149,255). Sum of RGB (Red+Green+Blue) = 237+149+255=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 149 (58.59% from 255 or 23.24% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED95FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED95FF is #126A00. Grayscale: #BBBBBB. Windows color (decimal): -1206785 or 16750061. OLE color: 16750061.

HSL color Cylindrical-coordinate representation of color #ED95FF: hue angle of 289.81º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ED95FF is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB237149255-
CMYK0.070.4200
HSL289.81º100%79.22%-
HSV(B)289.81º41.57%100%-
XYZ63.7246.72100.27-
YUV187.4166.15163.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.97%
GREEN value IS 149 (58.59% from 255) = 23.24%
BLUE value IS 255 (100% from 255) = 39.78%
R=36.97%
G=23.24%
B=39.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2371492550.070.4200289.8110079.22
HexED95FF72A00122644f
Octal35522537775200442144117
Binary1110110110010101111111111111010100010010001011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED95FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED95FF; }

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

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

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

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

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

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

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

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