Html Css Color HEX #EC82E5 Violet

📋 copy color: '#EC82E5'

red 236 ◦ green 130 ◦ blue 229

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

Shades of Violet #EC82E5

Tints of Violet #EC82E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.49%

R = 39.66%
G = 21.85%
B = 38.49%

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

#EC82E5 (or 0xEC82E5) is known color: Violet. HEX triplet: EC, 82 and E5. RGB value is (236,130,229). Sum of RGB (Red+Green+Blue) = 236+130+229=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 130 (51.17% from 255 or 21.85% from 595); Blue value is 229 (89.84% from 255 or 38.49% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #EC82E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC82E5 is #137D1A. Grayscale: #ACACAC. Windows color (decimal): -1277211 or 15041260. OLE color: 15041260.

HSL color Cylindrical-coordinate representation of color #EC82E5: hue angle of 303.96º 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 #EC82E5 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 130 229 -
CMYK 0 0.45 0.03 0.07
HSL 303.96º 0.74% 0.72% -
HSV(B) 303.96º 0.45% 0.93% -
XYZ 56.72 39.46 78.76 -
YUV 172.98 159.62 172.95 -
System Red Green Blue C M Y K H S L
Decimal 236 130 229 0 0.45 0.03 0.07 303.96 0.74 0.72
Hex EC 82 E5 0 2D 3 7 130 4A 48
Octal 354 202 345 0 55 3 7 460 112 110
Binary 11101100 10000010 11100101 0 101101 11 111 100110000 1001010 1001000

Color Harmonies of #EC82E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC82E5

Black with #EC82E5

Text Example


Text Example

White with #EC82E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC82E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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