Html Css Color HEX #EC7DF6 Violet

📋 copy color: '#EC7DF6'

red 236 ◦ green 125 ◦ blue 246

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

Shades of Violet #EC7DF6

Tints of Violet #EC7DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 40.53%

R = 38.88%
G = 20.59%
B = 40.53%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EC7DF6 (or 0xEC7DF6) is known color: Violet. HEX triplet: EC, 7D and F6. RGB value is (236,125,246). Sum of RGB (Red+Green+Blue) = 236+125+246=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 125 (49.22% from 255 or 20.59% from 607); Blue value is 246 (96.48% from 255 or 40.53% from 607); Max value from RGB is 246 - color contains mainly: blue. Hex color #EC7DF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7DF6 is #138209. Grayscale: #ABABAB. Windows color (decimal): -1278474 or 16154092. OLE color: 16154092.

HSL color Cylindrical-coordinate representation of color #EC7DF6: hue angle of 295.04º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC7DF6 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 236 125 246 -
CMYK 0.04 0.49 0 0.04
HSL 295.04º 0.87% 0.73% -
HSV(B) 295.04º 0.49% 0.96% -
XYZ 58.56 39.15 91.66 -
YUV 171.98 169.77 173.66 -
System Red Green Blue C M Y K H S L
Decimal 236 125 246 0.04 0.49 0 0.04 295.04 0.87 0.73
Hex EC 7D F6 4 31 0 4 127 57 49
Octal 354 175 366 4 61 0 4 447 127 111
Binary 11101100 1111101 11110110 100 110001 0 100 100100111 1010111 1001001

Color Harmonies of #EC7DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7DF6

Black with #EC7DF6

Text Example


Text Example

White with #EC7DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7DF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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