Html Css Color HEX #EC82ED Violet

📋 copy color: '#EC82ED'

red 236 ◦ green 130 ◦ blue 237

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

Shades of Violet #EC82ED

Tints of Violet #EC82ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.3%

R = 39.14%
G = 21.56%
B = 39.3%

CMYK

 C value IS 0.00

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC82ED (or 0xEC82ED) is known color: Violet. HEX triplet: EC, 82 and ED. RGB value is (236,130,237). Sum of RGB (Red+Green+Blue) = 236+130+237=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 130 (51.17% from 255 or 21.56% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC82ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC82ED is #137D12. Grayscale: #ADADAD. Windows color (decimal): -1277203 or 15565548. OLE color: 15565548.

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

Color convert

RGB 236 130 237 -
CMYK 0.00 0.45 0 0.07
HSL 299.44º 0.75% 0.72% -
HSV(B) 299.44º 0.45% 0.93% -
XYZ 57.86 39.91 84.78 -
YUV 173.89 163.62 172.3 -
System Red Green Blue C M Y K H S L
Decimal 236 130 237 0.00 0.45 0 0.07 299.44 0.75 0.72
Hex EC 82 ED 0 2D 0 7 12B 4B 48
Octal 354 202 355 0 55 0 7 453 113 110
Binary 11101100 10000010 11101101 0 101101 0 111 100101011 1001011 1001000

Color Harmonies of #EC82ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC82ED

Black with #EC82ED

Text Example


Text Example

White with #EC82ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC82ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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