#EF8FFC

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

Shades of Violet #EF8FFC

Tints of Violet #EF8FFC

Color information

#EF8FFC (or 0xEF8FFC) is unknown color: approx Violet. HEX triplet: EF, 8F and FC. RGB value is (239,143,252). Sum of RGB (Red+Green+Blue) = 239+143+252=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 143 (56.25% from 255 or 22.56% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF8FFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8FFC is #107003. Grayscale: #B7B7B7. Windows color (decimal): -1077252 or 16551919. OLE color: 16551919.

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

Color convert

RGB239143252-
CMYK0.050.4300.01
HSL292.84º94.78%77.45%-
HSV(B)292.84º43.25%98.82%-
XYZ62.9945.0297.47-
YUV184.13166.3167.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.70%
GREEN value IS 143 (56.25% from 255) = 22.56%
BLUE value IS 252 (98.83% from 255) = 39.75%
R=37.70%
G=22.56%
B=39.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391432520.050.4300.01292.8494.7877.45
HexEF8FFC52B011255f4d
Octal35721737455301445137115
Binary1110111110001111111111001011010110110010010110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8FFC; }

 p { color: rgb(239,143,252); }

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

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

 a { background-color: rgb(239,143,252); }

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

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

 span { border-color: rgb(239,143,252); }

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