#EF82EA

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

Shades of Violet #EF82EA

Tints of Violet #EF82EA

Color information

#EF82EA (or 0xEF82EA) is unknown color: approx Violet. HEX triplet: EF, 82 and EA. RGB value is (239,130,234). Sum of RGB (Red+Green+Blue) = 239+130+234=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 130 (51.17% from 255 or 21.56% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EF82EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF82EA is #107D15. Grayscale: #AEAEAE. Windows color (decimal): -1080598 or 15368943. OLE color: 15368943.

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

Color convert

RGB239130234-
CMYK00.460.020.06
HSL302.75º77.3%72.35%-
HSV(B)302.75º45.61%93.73%-
XYZ58.4340.2682.53-
YUV174.45161.61174.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.64%
GREEN value IS 130 (51.17% from 255) = 21.56%
BLUE value IS 234 (91.80% from 255) = 38.81%
R=39.64%
G=21.56%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913023400.460.020.06302.7577.372.35
HexEF82EA02E2612f4d48
Octal35720235205626457115110
Binary11101111100000101110101001011101011010010111110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF82EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF82EA; }

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

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

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

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

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

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

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

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