#EF85EA

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

Shades of Violet #EF85EA

Tints of Violet #EF85EA

Color information

#EF85EA (or 0xEF85EA) is unknown color: approx Violet. HEX triplet: EF, 85 and EA. RGB value is (239,133,234). Sum of RGB (Red+Green+Blue) = 239+133+234=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 133 (52.34% from 255 or 21.95% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF85EA is #107A15. Grayscale: #AFAFAF. Windows color (decimal): -1079830 or 15369711. OLE color: 15369711.

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

Color convert

RGB239133234-
CMYK00.440.020.06
HSL302.83º76.81%72.94%-
HSV(B)302.83º44.35%93.73%-
XYZ58.8441.0782.67-
YUV176.21160.62172.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.44%
GREEN value IS 133 (52.34% from 255) = 21.95%
BLUE value IS 234 (91.80% from 255) = 38.61%
R=39.44%
G=21.95%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913323400.440.020.06302.8376.8172.94
HexEF85EA02C2612f4d49
Octal35720535205426457115111
Binary11101111100001011110101001011001011010010111110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF85EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF85EA; }

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

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

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

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

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

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

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

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