Html Css Color HEX #EC7EF6 Violet

📋 copy color: '#EC7EF6'

red 236 ◦ green 126 ◦ blue 246

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

Shades of Violet #EC7EF6

Tints of Violet #EC7EF6

RGB

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

 GREEN value IS 126 (49.61% from 255) = 20.72%

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

R = 38.82%
G = 20.72%
B = 40.46%

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

#EC7EF6 (or 0xEC7EF6) is known color: Violet. HEX triplet: EC, 7E and F6. RGB value is (236,126,246). Sum of RGB (Red+Green+Blue) = 236+126+246=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 126 (49.61% from 255 or 20.72% from 608); Blue value is 246 (96.48% from 255 or 40.46% from 608); Max value from RGB is 246 - color contains mainly: blue. Hex color #EC7EF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7EF6 is #138109. Grayscale: #ACACAC. Windows color (decimal): -1278218 or 16154348. OLE color: 16154348.

HSL color Cylindrical-coordinate representation of color #EC7EF6: hue angle of 295º 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 #EC7EF6 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 236 126 246 -
CMYK 0.04 0.49 0 0.04
HSL 295º 0.87% 0.73% -
HSV(B) 295º 0.49% 0.96% -
XYZ 58.69 39.41 91.7 -
YUV 172.57 169.44 173.24 -
System Red Green Blue C M Y K H S L
Decimal 236 126 246 0.04 0.49 0 0.04 295 0.87 0.73
Hex EC 7E F6 4 31 0 4 127 57 49
Octal 354 176 366 4 61 0 4 447 127 111
Binary 11101100 1111110 11110110 100 110001 0 100 100100111 1010111 1001001

Color Harmonies of #EC7EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7EF6

Black with #EC7EF6

Text Example


Text Example

White with #EC7EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7EF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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