#EF75E3

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

Shades of Violet #EF75E3

Tints of Violet #EF75E3

Color information

#EF75E3 (or 0xEF75E3) is unknown color: approx Violet. HEX triplet: EF, 75 and E3. RGB value is (239,117,227). Sum of RGB (Red+Green+Blue) = 239+117+227=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 117 (46.09% from 255 or 20.07% from 583); Blue value is 227 (89.06% from 255 or 38.94% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EF75E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF75E3 is #108A1C. Grayscale: #A5A5A5. Windows color (decimal): -1083933 or 14906863. OLE color: 14906863.

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

Color convert

RGB239117227-
CMYK00.510.050.06
HSL305.9º79.22%69.8%-
HSV(B)305.9º51.05%93.73%-
XYZ55.8236.6276.8-
YUV166.02162.42180.06-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.99%
GREEN value IS 117 (46.09% from 255) = 20.07%
BLUE value IS 227 (89.06% from 255) = 38.94%
R=40.99%
G=20.07%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911722700.510.050.06305.979.2269.8
HexEF75E3033561324f46
Octal35716534306356462117106
Binary11101111111010111100011011001110111010011001010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF75E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF75E3; }

 p { color: rgb(239,117,227); }

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

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

 a { background-color: rgb(239,117,227); }

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

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

 span { border-color: rgb(239,117,227); }

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