#EF8FE7

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

Shades of Violet #EF8FE7

Tints of Violet #EF8FE7

Color information

#EF8FE7 (or 0xEF8FE7) is unknown color: approx Violet. HEX triplet: EF, 8F and E7. RGB value is (239,143,231). Sum of RGB (Red+Green+Blue) = 239+143+231=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 143 (56.25% from 255 or 23.33% from 613); Blue value is 231 (90.62% from 255 or 37.68% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8FE7 is #107018. Grayscale: #B5B5B5. Windows color (decimal): -1077273 or 15175663. OLE color: 15175663.

HSL color Cylindrical-coordinate representation of color #EF8FE7: hue angle of 305º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF8FE7 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB239143231-
CMYK00.400.030.06
HSL305º75%74.9%-
HSV(B)305º40.17%93.73%-
XYZ59.8443.7780.89-
YUV181.74155.8168.84-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.99%
GREEN value IS 143 (56.25% from 255) = 23.33%
BLUE value IS 231 (90.62% from 255) = 37.68%
R=38.99%
G=23.33%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914323100.400.030.063057574.9
HexEF8FE7028361314b4b
Octal35721734705036461113113
Binary11101111100011111110011101010001111010011000110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8FE7; }

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

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

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

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

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

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

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

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