Html Css Color HEX #EC80EB Violet

📋 copy color: '#EC80EB'

red 236 ◦ green 128 ◦ blue 235

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

Shades of Violet #EC80EB

Tints of Violet #EC80EB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.37%

 BLUE value IS 235 (92.19% from 255) = 39.23%

R = 39.4%
G = 21.37%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EC80EB (or 0xEC80EB) is known color: Violet. HEX triplet: EC, 80 and EB. RGB value is (236,128,235). Sum of RGB (Red+Green+Blue) = 236+128+235=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 128 (50.39% from 255 or 21.37% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC80EB is #137F14. Grayscale: #ACACAC. Windows color (decimal): -1277717 or 15433964. OLE color: 15433964.

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

Color convert

RGB 236 128 235 -
CMYK 0 0.46 0.00 0.07
HSL 300.56º 0.74% 0.71% -
HSV(B) 300.56º 0.46% 0.93% -
XYZ 57.31 39.27 83.16 -
YUV 172.49 163.28 173.3 -
System Red Green Blue C M Y K H S L
Decimal 236 128 235 0 0.46 0.00 0.07 300.56 0.74 0.71
Hex EC 80 EB 0 2E 0 7 12D 4A 47
Octal 354 200 353 0 56 0 7 455 112 107
Binary 11101100 10000000 11101011 0 101110 0 111 100101101 1001010 1000111

Color Harmonies of #EC80EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC80EB

Black with #EC80EB

Text Example


Text Example

White with #EC80EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC80EB; }

 p { color: rgb(236,128,235); }

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

background-color css

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

 a { background-color: rgb(236,128,235); }

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

border-color css

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

 span { border-color: rgb(236,128,235); }

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