#EF82E8

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

Shades of Violet #EF82E8

Tints of Violet #EF82E8

Color information

#EF82E8 (or 0xEF82E8) is unknown color: approx Violet. HEX triplet: EF, 82 and E8. RGB value is (239,130,232). Sum of RGB (Red+Green+Blue) = 239+130+232=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 130 (51.17% from 255 or 21.63% from 601); Blue value is 232 (91.02% from 255 or 38.60% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EF82E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF82E8 is #107D17. Grayscale: #ADADAD. Windows color (decimal): -1080600 or 15237871. OLE color: 15237871.

HSL color Cylindrical-coordinate representation of color #EF82E8: hue angle of 303.85º 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 #EF82E8 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB239130232-
CMYK00.460.030.06
HSL303.85º77.3%72.35%-
HSV(B)303.85º45.61%93.73%-
XYZ58.1440.1481.03-
YUV174.22160.61174.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.77%
GREEN value IS 130 (51.17% from 255) = 21.63%
BLUE value IS 232 (91.02% from 255) = 38.60%
R=39.77%
G=21.63%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913023200.460.030.06303.8577.372.35
HexEF82E802E361304d48
Octal35720235005636460115110
Binary11101111100000101110100001011101111010011000010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF82E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF82E8; }

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

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

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

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

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

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

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

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