Html Css Color HEX #EF82F7 Violet

📋 copy color: '#EF82F7'

red 239 ◦ green 130 ◦ blue 247

#EF82F7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet #EF82F7

Tints of Violet #EF82F7

RGB

 RED value IS 239 (93.75% from 255) = 38.8%

 GREEN value IS 130 (51.17% from 255) = 21.1%

 BLUE value IS 247 (96.88% from 255) = 40.1%

R = 38.8%
G = 21.1%
B = 40.1%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EF82F7 (or 0xEF82F7) is known color: Violet. HEX triplet: EF, 82 and F7. RGB value is (239,130,247). Sum of RGB (Red+Green+Blue) = 239+130+247=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 130 (51.17% from 255 or 21.10% from 616); Blue value is 247 (96.88% from 255 or 40.10% from 616); Max value from RGB is 247 - color contains mainly: blue. Hex color #EF82F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF82F7 is #107D08. Grayscale: #AFAFAF. Windows color (decimal): -1080585 or 16220911. OLE color: 16220911.

HSL color Cylindrical-coordinate representation of color #EF82F7: hue angle of 295.9º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF82F7 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 239 130 247 -
CMYK 0.03 0.47 0 0.03
HSL 295.9º 0.88% 0.74% -
HSV(B) 295.9º 0.47% 0.97% -
XYZ 60.37 41.03 92.73 -
YUV 175.93 168.11 172.99 -
System Red Green Blue C M Y K H S L
Decimal 239 130 247 0.03 0.47 0 0.03 295.9 0.88 0.74
Hex EF 82 F7 3 2F 0 3 128 58 4A
Octal 357 202 367 3 57 0 3 450 130 112
Binary 11101111 10000010 11110111 11 101111 0 11 100101000 1011000 1001010

Color Harmonies of #EF82F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF82F7

Black with #EF82F7

Text Example


Text Example

White with #EF82F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF82F7; }

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

 H1.HeaderClassName
 {
   color: #EF82F7;
 }
 .AnyTagClassName
 {
   color: #EF82F7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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