Html Css Color HEX #EC7DFA Violet

📋 copy color: '#EC7DFA'

red 236 ◦ green 125 ◦ blue 250

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

Shades of Violet #EC7DFA

Tints of Violet #EC7DFA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 20.46%

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

R = 38.63%
G = 20.46%
B = 40.92%

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

#EC7DFA (or 0xEC7DFA) is known color: Violet. HEX triplet: EC, 7D and FA. RGB value is (236,125,250). Sum of RGB (Red+Green+Blue) = 236+125+250=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 125 (49.22% from 255 or 20.46% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC7DFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7DFA is #138205. Grayscale: #ACACAC. Windows color (decimal): -1278470 or 16416236. OLE color: 16416236.

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

Color convert

RGB 236 125 250 -
CMYK 0.06 0.50 0 0.02
HSL 293.28º 0.93% 0.74% -
HSV(B) 293.28º 0.5% 0.98% -
XYZ 59.18 39.4 94.93 -
YUV 172.44 171.77 173.34 -
System Red Green Blue C M Y K H S L
Decimal 236 125 250 0.06 0.50 0 0.02 293.28 0.93 0.74
Hex EC 7D FA 6 32 0 2 125 5D 4A
Octal 354 175 372 6 62 0 2 445 135 112
Binary 11101100 1111101 11111010 110 110010 0 10 100100101 1011101 1001010

Color Harmonies of #EC7DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7DFA

Black with #EC7DFA

Text Example


Text Example

White with #EC7DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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