Html Css Color HEX #EC82E6 Violet

📋 copy color: '#EC82E6'

red 236 ◦ green 130 ◦ blue 230

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

Shades of Violet #EC82E6

Tints of Violet #EC82E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.59%

R = 39.6%
G = 21.81%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EC82E6 (or 0xEC82E6) is known color: Violet. HEX triplet: EC, 82 and E6. RGB value is (236,130,230). Sum of RGB (Red+Green+Blue) = 236+130+230=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 130 (51.17% from 255 or 21.81% from 596); Blue value is 230 (90.23% from 255 or 38.59% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #EC82E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC82E6 is #137D19. Grayscale: #ACACAC. Windows color (decimal): -1277210 or 15106796. OLE color: 15106796.

HSL color Cylindrical-coordinate representation of color #EC82E6: hue angle of 303.4º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC82E6 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 130 230 -
CMYK 0 0.45 0.03 0.07
HSL 303.4º 0.74% 0.72% -
HSV(B) 303.4º 0.45% 0.93% -
XYZ 56.86 39.51 79.49 -
YUV 173.09 160.12 172.87 -
System Red Green Blue C M Y K H S L
Decimal 236 130 230 0 0.45 0.03 0.07 303.4 0.74 0.72
Hex EC 82 E6 0 2D 3 7 12F 4A 48
Octal 354 202 346 0 55 3 7 457 112 110
Binary 11101100 10000010 11100110 0 101101 11 111 100101111 1001010 1001000

Color Harmonies of #EC82E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC82E6

Black with #EC82E6

Text Example


Text Example

White with #EC82E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC82E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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