#EF7EFC

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

Shades of Violet #EF7EFC

Tints of Violet #EF7EFC

Color information

#EF7EFC (or 0xEF7EFC) is unknown color: approx Violet. HEX triplet: EF, 7E and FC. RGB value is (239,126,252). Sum of RGB (Red+Green+Blue) = 239+126+252=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 126 (49.61% from 255 or 20.42% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF7EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7EFC is #108103. Grayscale: #ADADAD. Windows color (decimal): -1081604 or 16547567. OLE color: 16547567.

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

Color convert

RGB239126252-
CMYK0.050.500.01
HSL293.81º95.45%74.12%-
HSV(B)293.81º50%98.82%-
XYZ60.6340.396.68-
YUV174.15171.94174.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.74%
GREEN value IS 126 (49.61% from 255) = 20.42%
BLUE value IS 252 (98.83% from 255) = 40.84%
R=38.74%
G=20.42%
B=40.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391262520.050.500.01293.8195.4574.12
HexEF7EFC532011265f4a
Octal35717637456201446137112
Binary111011111111110111111001011100100110010011010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7EFC; }

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

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

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

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

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

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

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

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