#ED9CFB

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

Shades of Violet #ED9CFB

Tints of Violet #ED9CFB

Color information

#ED9CFB (or 0xED9CFB) is unknown color: approx Violet. HEX triplet: ED, 9C and FB. RGB value is (237,156,251). Sum of RGB (Red+Green+Blue) = 237+156+251=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 156 (61.33% from 255 or 24.22% from 644); Blue value is 251 (98.44% from 255 or 38.98% from 644); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED9CFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9CFB is #126304. Grayscale: #BEBEBE. Windows color (decimal): -1204997 or 16489709. OLE color: 16489709.

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

Color convert

RGB237156251-
CMYK0.060.3800.02
HSL291.16º92.23%79.8%-
HSV(B)291.16º37.85%98.43%-
XYZ64.2348.7597.29-
YUV191.05161.84160.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.80%
GREEN value IS 156 (61.33% from 255) = 24.22%
BLUE value IS 251 (98.44% from 255) = 38.98%
R=36.80%
G=24.22%
B=38.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371562510.060.3800.02291.1692.2379.8
HexED9CFB626021235c50
Octal35523437364602443134120
Binary11101101100111001111101111010011001010010001110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9CFB; }

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

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

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

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

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

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

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

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