#ED95FB

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

Shades of Violet #ED95FB

Tints of Violet #ED95FB

Color information

#ED95FB (or 0xED95FB) is unknown color: approx Violet. HEX triplet: ED, 95 and FB. RGB value is (237,149,251). Sum of RGB (Red+Green+Blue) = 237+149+251=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 149 (58.59% from 255 or 23.39% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED95FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED95FB is #126A04. Grayscale: #BABABA. Windows color (decimal): -1206789 or 16487917. OLE color: 16487917.

HSL color Cylindrical-coordinate representation of color #ED95FB: hue angle of 291.76º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED95FB is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237149251-
CMYK0.060.4100.02
HSL291.76º92.73%78.43%-
HSV(B)291.76º40.64%98.43%-
XYZ63.0946.4696.91-
YUV186.94164.15163.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.21%
GREEN value IS 149 (58.59% from 255) = 23.39%
BLUE value IS 251 (98.44% from 255) = 39.40%
R=37.21%
G=23.39%
B=39.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371492510.060.4100.02291.7692.7378.43
HexED95FB629021245d4e
Octal35522537365102444135116
Binary11101101100101011111101111010100101010010010010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED95FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED95FB; }

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

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

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

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

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

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

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

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