#EF8CF7

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

Shades of Violet #EF8CF7

Tints of Violet #EF8CF7

Color information

#EF8CF7 (or 0xEF8CF7) is unknown color: approx Violet. HEX triplet: EF, 8C and F7. RGB value is (239,140,247). Sum of RGB (Red+Green+Blue) = 239+140+247=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 140 (55.08% from 255 or 22.36% from 626); Blue value is 247 (96.88% from 255 or 39.46% from 626); Max value from RGB is 247 - color contains mainly: blue. Hex color #EF8CF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8CF7 is #107308. Grayscale: #B5B5B5. Windows color (decimal): -1078025 or 16223471. OLE color: 16223471.

HSL color Cylindrical-coordinate representation of color #EF8CF7: hue angle of 295.51º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EF8CF7 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB239140247-
CMYK0.030.4300.03
HSL295.51º86.99%75.88%-
HSV(B)295.51º43.32%96.86%-
XYZ61.7643.8293.2-
YUV181.8164.8168.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.18%
GREEN value IS 140 (55.08% from 255) = 22.36%
BLUE value IS 247 (96.88% from 255) = 39.46%
R=38.18%
G=22.36%
B=39.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2391402470.030.4300.03295.5186.9975.88
HexEF8CF732B03128574c
Octal35721436735303450127114
Binary1110111110001100111101111110101101110010100010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8CF7; }

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

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

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

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

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

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

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

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