#EF8BFD

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

Shades of Violet #EF8BFD

Tints of Violet #EF8BFD

Color information

#EF8BFD (or 0xEF8BFD) is unknown color: approx Violet. HEX triplet: EF, 8B and FD. RGB value is (239,139,253). Sum of RGB (Red+Green+Blue) = 239+139+253=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 139 (54.69% from 255 or 22.03% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF8BFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8BFD is #107402. Grayscale: #B5B5B5. Windows color (decimal): -1078275 or 16616431. OLE color: 16616431.

HSL color Cylindrical-coordinate representation of color #EF8BFD: hue angle of 292.63º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EF8BFD is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB239139253-
CMYK0.060.4500.01
HSL292.63º96.61%76.86%-
HSV(B)292.63º45.06%99.22%-
XYZ62.5643.9198.11-
YUV181.9168.13168.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.88%
GREEN value IS 139 (54.69% from 255) = 22.03%
BLUE value IS 253 (99.22% from 255) = 40.10%
R=37.88%
G=22.03%
B=40.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391392530.060.4500.01292.6396.6176.86
HexEF8BFD62D01125614d
Octal35721337565501445141115
Binary1110111110001011111111011101011010110010010111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8BFD; }

 p { color: rgb(239,139,253); }

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

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

 a { background-color: rgb(239,139,253); }

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

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

 span { border-color: rgb(239,139,253); }

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