Html Css Color HEX #EC81FA Violet

📋 copy color: '#EC81FA'

red 236 ◦ green 129 ◦ blue 250

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

Shades of Violet #EC81FA

Tints of Violet #EC81FA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 20.98%

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

R = 38.37%
G = 20.98%
B = 40.65%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC81FA (or 0xEC81FA) is known color: Violet. HEX triplet: EC, 81 and FA. RGB value is (236,129,250). Sum of RGB (Red+Green+Blue) = 236+129+250=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 129 (50.78% from 255 or 20.98% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC81FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC81FA is #137E05. Grayscale: #AEAEAE. Windows color (decimal): -1277446 or 16417260. OLE color: 16417260.

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

Color convert

RGB 236 129 250 -
CMYK 0.06 0.48 0 0.02
HSL 293.06º 0.92% 0.74% -
HSV(B) 293.06º 0.48% 0.98% -
XYZ 59.7 40.44 95.1 -
YUV 174.79 170.45 171.66 -
System Red Green Blue C M Y K H S L
Decimal 236 129 250 0.06 0.48 0 0.02 293.06 0.92 0.74
Hex EC 81 FA 6 30 0 2 125 5C 4A
Octal 354 201 372 6 60 0 2 445 134 112
Binary 11101100 10000001 11111010 110 110000 0 10 100100101 1011100 1001010

Color Harmonies of #EC81FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC81FA

Black with #EC81FA

Text Example


Text Example

White with #EC81FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC81FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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