Html Css Color HEX #EC82EF Violet

📋 copy color: '#EC82EF'

red 236 ◦ green 130 ◦ blue 239

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

Shades of Violet #EC82EF

Tints of Violet #EC82EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.5%

R = 39.01%
G = 21.49%
B = 39.5%

CMYK

 C value IS 0.01

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EC82EF (or 0xEC82EF) is known color: Violet. HEX triplet: EC, 82 and EF. RGB value is (236,130,239). Sum of RGB (Red+Green+Blue) = 236+130+239=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 130 (51.17% from 255 or 21.49% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC82EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC82EF is #137D10. Grayscale: #ADADAD. Windows color (decimal): -1277201 or 15696620. OLE color: 15696620.

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

Color convert

RGB 236 130 239 -
CMYK 0.01 0.46 0 0.06
HSL 298.35º 0.77% 0.72% -
HSV(B) 298.35º 0.46% 0.94% -
XYZ 58.15 40.03 86.32 -
YUV 174.12 164.62 172.14 -
System Red Green Blue C M Y K H S L
Decimal 236 130 239 0.01 0.46 0 0.06 298.35 0.77 0.72
Hex EC 82 EF 1 2E 0 6 12A 4D 48
Octal 354 202 357 1 56 0 6 452 115 110
Binary 11101100 10000010 11101111 1 101110 0 110 100101010 1001101 1001000

Color Harmonies of #EC82EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC82EF

Black with #EC82EF

Text Example


Text Example

White with #EC82EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC82EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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