#EF73EA

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

Shades of Violet #EF73EA

Tints of Violet #EF73EA

Color information

#EF73EA (or 0xEF73EA) is unknown color: approx Violet. HEX triplet: EF, 73 and EA. RGB value is (239,115,234). Sum of RGB (Red+Green+Blue) = 239+115+234=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 115 (45.31% from 255 or 19.56% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EF73EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF73EA is #108C15. Grayscale: #A5A5A5. Windows color (decimal): -1084438 or 15365103. OLE color: 15365103.

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

Color convert

RGB239115234-
CMYK00.520.020.06
HSL302.42º79.49%69.41%-
HSV(B)302.42º51.88%93.73%-
XYZ56.5836.5581.92-
YUV165.64166.58180.32-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.65%
GREEN value IS 115 (45.31% from 255) = 19.56%
BLUE value IS 234 (91.80% from 255) = 39.80%
R=40.65%
G=19.56%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911523400.520.020.06302.4279.4969.41
HexEF73EA0342612e4f45
Octal35716335206426456117105
Binary1110111111100111110101001101001011010010111010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF73EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF73EA; }

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

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

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

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

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

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

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

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