#EF8CFB

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

Shades of Violet #EF8CFB

Tints of Violet #EF8CFB

Color information

#EF8CFB (or 0xEF8CFB) is unknown color: approx Violet. HEX triplet: EF, 8C and FB. RGB value is (239,140,251). Sum of RGB (Red+Green+Blue) = 239+140+251=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 140 (55.08% from 255 or 22.22% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF8CFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8CFB is #107304. Grayscale: #B5B5B5. Windows color (decimal): -1078021 or 16485615. OLE color: 16485615.

HSL color Cylindrical-coordinate representation of color #EF8CFB: hue angle of 293.51º 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 #EF8CFB is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239140251-
CMYK0.050.4400.02
HSL293.51º93.28%76.67%-
HSV(B)293.51º44.22%98.43%-
XYZ62.3944.0796.49-
YUV182.26166.8168.47-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.94%
GREEN value IS 140 (55.08% from 255) = 22.22%
BLUE value IS 251 (98.44% from 255) = 39.84%
R=37.94%
G=22.22%
B=39.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391402510.050.4400.02293.5193.2876.67
HexEF8CFB52C021265d4d
Octal35721437355402446135115
Binary11101111100011001111101110110110001010010011010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8CFB; }

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

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

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

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

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

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

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

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