Html Css Color HEX #EC8AF6 Violet

📋 copy color: '#EC8AF6'

red 236 ◦ green 138 ◦ blue 246

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

Shades of Violet #EC8AF6

Tints of Violet #EC8AF6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 22.26%

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

R = 38.06%
G = 22.26%
B = 39.68%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EC8AF6 (or 0xEC8AF6) is known color: Violet. HEX triplet: EC, 8A and F6. RGB value is (236,138,246). Sum of RGB (Red+Green+Blue) = 236+138+246=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 138 (54.30% from 255 or 22.26% from 620); Blue value is 246 (96.48% from 255 or 39.68% from 620); Max value from RGB is 246 - color contains mainly: blue. Hex color #EC8AF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8AF6 is #137509. Grayscale: #B3B3B3. Windows color (decimal): -1275146 or 16157420. OLE color: 16157420.

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

Color convert

RGB 236 138 246 -
CMYK 0.04 0.44 0 0.04
HSL 294.44º 0.86% 0.75% -
HSV(B) 294.44º 0.44% 0.96% -
XYZ 60.32 42.66 92.24 -
YUV 179.61 165.47 168.22 -
System Red Green Blue C M Y K H S L
Decimal 236 138 246 0.04 0.44 0 0.04 294.44 0.86 0.75
Hex EC 8A F6 4 2C 0 4 126 56 4B
Octal 354 212 366 4 54 0 4 446 126 113
Binary 11101100 10001010 11110110 100 101100 0 100 100100110 1010110 1001011

Color Harmonies of #EC8AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8AF6

Black with #EC8AF6

Text Example


Text Example

White with #EC8AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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