Html Css Color HEX #E982F9 Violet

📋 copy color: '#E982F9'

red 233 ◦ green 130 ◦ blue 249

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

Shades of Violet #E982F9

Tints of Violet #E982F9

RGB

 RED value IS 233 (91.41% from 255) = 38.07%

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

 BLUE value IS 249 (97.66% from 255) = 40.69%

R = 38.07%
G = 21.24%
B = 40.69%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E982F9 (or 0xE982F9) is known color: Violet. HEX triplet: E9, 82 and F9. RGB value is (233,130,249). Sum of RGB (Red+Green+Blue) = 233+130+249=612 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.07% from 612); Green value is 130 (51.17% from 255 or 21.24% from 612); Blue value is 249 (97.66% from 255 or 40.69% from 612); Max value from RGB is 249 - color contains mainly: blue. Hex color #E982F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E982F9 is #167D06. Grayscale: #ADADAD. Windows color (decimal): -1473799 or 16351977. OLE color: 16351977.

HSL color Cylindrical-coordinate representation of color #E982F9: hue angle of 291.93º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E982F9 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 233 130 249 -
CMYK 0.06 0.48 0 0.02
HSL 291.93º 0.91% 0.74% -
HSV(B) 291.93º 0.48% 0.98% -
XYZ 58.69 40.13 94.28 -
YUV 174.36 170.12 169.82 -
System Red Green Blue C M Y K H S L
Decimal 233 130 249 0.06 0.48 0 0.02 291.93 0.91 0.74
Hex E9 82 F9 6 30 0 2 124 5B 4A
Octal 351 202 371 6 60 0 2 444 133 112
Binary 11101001 10000010 11111001 110 110000 0 10 100100100 1011011 1001010

Color Harmonies of #E982F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E982F9

Black with #E982F9

Text Example


Text Example

White with #E982F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E982F9; }

 p { color: rgb(233,130,249); }

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

background-color css

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

 a { background-color: rgb(233,130,249); }

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

border-color css

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

 span { border-color: rgb(233,130,249); }

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