#EF77EA

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

Shades of Violet #EF77EA

Tints of Violet #EF77EA

Color information

#EF77EA (or 0xEF77EA) is unknown color: approx Violet. HEX triplet: EF, 77 and EA. RGB value is (239,119,234). Sum of RGB (Red+Green+Blue) = 239+119+234=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 119 (46.88% from 255 or 20.10% from 592); Blue value is 234 (91.80% from 255 or 39.53% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EF77EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF77EA is #108815. Grayscale: #A7A7A7. Windows color (decimal): -1083414 or 15366127. OLE color: 15366127.

HSL color Cylindrical-coordinate representation of color #EF77EA: hue angle of 302.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF77EA is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB239119234-
CMYK00.500.020.06
HSL302.5º78.95%70.2%-
HSV(B)302.5º50.21%93.73%-
XYZ57.0437.4882.07-
YUV167.99165.26178.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.37%
GREEN value IS 119 (46.88% from 255) = 20.10%
BLUE value IS 234 (91.80% from 255) = 39.53%
R=40.37%
G=20.10%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911923400.500.020.06302.578.9570.2
HexEF77EA0322612e4f46
Octal35716735206226456117106
Binary1110111111101111110101001100101011010010111010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF77EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF77EA; }

 p { color: rgb(239,119,234); }

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

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

 a { background-color: rgb(239,119,234); }

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

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

 span { border-color: rgb(239,119,234); }

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