Html Css Color HEX #EC80FA Violet

📋 copy color: '#EC80FA'

red 236 ◦ green 128 ◦ blue 250

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

Shades of Violet #EC80FA

Tints of Violet #EC80FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.72%

R = 38.44%
G = 20.85%
B = 40.72%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC80FA (or 0xEC80FA) is known color: Violet. HEX triplet: EC, 80 and FA. RGB value is (236,128,250). Sum of RGB (Red+Green+Blue) = 236+128+250=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 128 (50.39% from 255 or 20.85% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC80FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC80FA is #137F05. Grayscale: #ADADAD. Windows color (decimal): -1277702 or 16417004. OLE color: 16417004.

HSL color Cylindrical-coordinate representation of color #EC80FA: hue angle of 293.11º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC80FA is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 128 250 -
CMYK 0.06 0.49 0 0.02
HSL 293.11º 0.92% 0.74% -
HSV(B) 293.11º 0.49% 0.98% -
XYZ 59.57 40.17 95.06 -
YUV 174.2 170.78 172.08 -
System Red Green Blue C M Y K H S L
Decimal 236 128 250 0.06 0.49 0 0.02 293.11 0.92 0.74
Hex EC 80 FA 6 31 0 2 125 5C 4A
Octal 354 200 372 6 61 0 2 445 134 112
Binary 11101100 10000000 11111010 110 110001 0 10 100100101 1011100 1001010

Color Harmonies of #EC80FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC80FA

Black with #EC80FA

Text Example


Text Example

White with #EC80FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC80FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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