#ED8CFB

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

Shades of Violet #ED8CFB

Tints of Violet #ED8CFB

Color information

#ED8CFB (or 0xED8CFB) is unknown color: approx Violet. HEX triplet: ED, 8C and FB. RGB value is (237,140,251). Sum of RGB (Red+Green+Blue) = 237+140+251=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 140 (55.08% from 255 or 22.29% from 628); Blue value is 251 (98.44% from 255 or 39.97% from 628); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED8CFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8CFB is #127304. Grayscale: #B5B5B5. Windows color (decimal): -1209093 or 16485613. OLE color: 16485613.

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

Color convert

RGB237140251-
CMYK0.060.4400.02
HSL292.43º93.28%76.67%-
HSV(B)292.43º44.22%98.43%-
XYZ61.7243.7396.45-
YUV181.66167.14167.47-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.74%
GREEN value IS 140 (55.08% from 255) = 22.29%
BLUE value IS 251 (98.44% from 255) = 39.97%
R=37.74%
G=22.29%
B=39.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371402510.060.4400.02292.4393.2876.67
HexED8CFB62C021245d4d
Octal35521437365402444135115
Binary11101101100011001111101111010110001010010010010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8CFB; }

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

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

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

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

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

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

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

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