Html Css Color HEX #EC82FA Violet

📋 copy color: '#EC82FA'

red 236 ◦ green 130 ◦ blue 250

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

Shades of Violet #EC82FA

Tints of Violet #EC82FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.58%

R = 38.31%
G = 21.1%
B = 40.58%

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

#EC82FA (or 0xEC82FA) is known color: Violet. HEX triplet: EC, 82 and FA. RGB value is (236,130,250). Sum of RGB (Red+Green+Blue) = 236+130+250=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 130 (51.17% from 255 or 21.10% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC82FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC82FA is #137D05. Grayscale: #AFAFAF. Windows color (decimal): -1277190 or 16417516. OLE color: 16417516.

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

Color convert

RGB 236 130 250 -
CMYK 0.06 0.48 0 0.02
HSL 293º 0.92% 0.75% -
HSV(B) 293º 0.48% 0.98% -
XYZ 59.83 40.7 95.15 -
YUV 175.37 170.12 171.24 -
System Red Green Blue C M Y K H S L
Decimal 236 130 250 0.06 0.48 0 0.02 293 0.92 0.75
Hex EC 82 FA 6 30 0 2 125 5C 4B
Octal 354 202 372 6 60 0 2 445 134 113
Binary 11101100 10000010 11111010 110 110000 0 10 100100101 1011100 1001011

Color Harmonies of #EC82FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC82FA

Black with #EC82FA

Text Example


Text Example

White with #EC82FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC82FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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