#EF7CFC

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

Shades of Violet #EF7CFC

Tints of Violet #EF7CFC

Color information

#EF7CFC (or 0xEF7CFC) is unknown color: approx Violet. HEX triplet: EF, 7C and FC. RGB value is (239,124,252). Sum of RGB (Red+Green+Blue) = 239+124+252=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 124 (48.83% from 255 or 20.16% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF7CFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7CFC is #108303. Grayscale: #ACACAC. Windows color (decimal): -1082116 or 16547055. OLE color: 16547055.

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

Color convert

RGB239124252-
CMYK0.050.5100.01
HSL293.91º95.52%73.73%-
HSV(B)293.91º50.79%98.82%-
XYZ60.3739.7996.59-
YUV172.98172.6175.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.86%
GREEN value IS 124 (48.83% from 255) = 20.16%
BLUE value IS 252 (98.83% from 255) = 40.98%
R=38.86%
G=20.16%
B=40.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391242520.050.5100.01293.9195.5273.73
HexEF7CFC53301126604a
Octal35717437456301446140112
Binary111011111111100111111001011100110110010011011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7CFC; }

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

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

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

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

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

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

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

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