Html Css Color HEX #EC82F6 Violet

📋 copy color: '#EC82F6'

red 236 ◦ green 130 ◦ blue 246

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

Shades of Violet #EC82F6

Tints of Violet #EC82F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 40.2%

R = 38.56%
G = 21.24%
B = 40.2%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EC82F6 (or 0xEC82F6) is known color: Violet. HEX triplet: EC, 82 and F6. RGB value is (236,130,246). Sum of RGB (Red+Green+Blue) = 236+130+246=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 130 (51.17% from 255 or 21.24% from 612); Blue value is 246 (96.48% from 255 or 40.20% from 612); Max value from RGB is 246 - color contains mainly: blue. Hex color #EC82F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC82F6 is #137D09. Grayscale: #AEAEAE. Windows color (decimal): -1277194 or 16155372. OLE color: 16155372.

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

Color convert

RGB 236 130 246 -
CMYK 0.04 0.47 0 0.04
HSL 294.83º 0.87% 0.74% -
HSV(B) 294.83º 0.47% 0.96% -
XYZ 59.21 40.45 91.88 -
YUV 174.92 168.12 171.57 -
System Red Green Blue C M Y K H S L
Decimal 236 130 246 0.04 0.47 0 0.04 294.83 0.87 0.74
Hex EC 82 F6 4 2F 0 4 127 57 4A
Octal 354 202 366 4 57 0 4 447 127 112
Binary 11101100 10000010 11110110 100 101111 0 100 100100111 1010111 1001010

Color Harmonies of #EC82F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC82F6

Black with #EC82F6

Text Example


Text Example

White with #EC82F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC82F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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