Html Css Color HEX #EC82F9 Violet

📋 copy color: '#EC82F9'

red 236 ◦ green 130 ◦ blue 249

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

Shades of Violet #EC82F9

Tints of Violet #EC82F9

RGB

 RED value IS 236 (92.58% from 255) = 38.37%

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

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

R = 38.37%
G = 21.14%
B = 40.49%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC82F9 (or 0xEC82F9) is known color: Violet. HEX triplet: EC, 82 and F9. RGB value is (236,130,249). Sum of RGB (Red+Green+Blue) = 236+130+249=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 130 (51.17% from 255 or 21.14% from 615); Blue value is 249 (97.66% from 255 or 40.49% from 615); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC82F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC82F9 is #137D06. Grayscale: #AEAEAE. Windows color (decimal): -1277191 or 16351980. OLE color: 16351980.

HSL color Cylindrical-coordinate representation of color #EC82F9: hue angle of 293.45º 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 #EC82F9 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 130 249 -
CMYK 0.05 0.48 0 0.02
HSL 293.45º 0.91% 0.74% -
HSV(B) 293.45º 0.48% 0.98% -
XYZ 59.67 40.64 94.32 -
YUV 175.26 169.62 171.32 -
System Red Green Blue C M Y K H S L
Decimal 236 130 249 0.05 0.48 0 0.02 293.45 0.91 0.74
Hex EC 82 F9 5 30 0 2 125 5B 4A
Octal 354 202 371 5 60 0 2 445 133 112
Binary 11101100 10000010 11111001 101 110000 0 10 100100101 1011011 1001010

Color Harmonies of #EC82F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC82F9

Black with #EC82F9

Text Example


Text Example

White with #EC82F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC82F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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