Html Css Color HEX #EC7CFA Violet

📋 copy color: '#EC7CFA'

red 236 ◦ green 124 ◦ blue 250

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

Shades of Violet #EC7CFA

Tints of Violet #EC7CFA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.33%

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

R = 38.69%
G = 20.33%
B = 40.98%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC7CFA (or 0xEC7CFA) is known color: Violet. HEX triplet: EC, 7C and FA. RGB value is (236,124,250). Sum of RGB (Red+Green+Blue) = 236+124+250=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 124 (48.83% from 255 or 20.33% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC7CFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7CFA is #138305. Grayscale: #ABABAB. Windows color (decimal): -1278726 or 16415980. OLE color: 16415980.

HSL color Cylindrical-coordinate representation of color #EC7CFA: hue angle of 293.33º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC7CFA is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 124 250 -
CMYK 0.06 0.50 0 0.02
HSL 293.33º 0.93% 0.73% -
HSV(B) 293.33º 0.5% 0.98% -
XYZ 59.06 39.15 94.89 -
YUV 171.85 172.11 173.75 -
System Red Green Blue C M Y K H S L
Decimal 236 124 250 0.06 0.50 0 0.02 293.33 0.93 0.73
Hex EC 7C FA 6 32 0 2 125 5D 49
Octal 354 174 372 6 62 0 2 445 135 111
Binary 11101100 1111100 11111010 110 110010 0 10 100100101 1011101 1001001

Color Harmonies of #EC7CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7CFA

Black with #EC7CFA

Text Example


Text Example

White with #EC7CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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