Html Css Color HEX #EC7AED Violet

📋 copy color: '#EC7AED'

red 236 ◦ green 122 ◦ blue 237

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

Shades of Violet #EC7AED

Tints of Violet #EC7AED

RGB

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

 GREEN value IS 122 (48.05% from 255) = 20.5%

 BLUE value IS 237 (92.97% from 255) = 39.83%

R = 39.66%
G = 20.5%
B = 39.83%

CMYK

 C value IS 0.00

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC7AED (or 0xEC7AED) is known color: Violet. HEX triplet: EC, 7A and ED. RGB value is (236,122,237). Sum of RGB (Red+Green+Blue) = 236+122+237=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 122 (48.05% from 255 or 20.50% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC7AED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7AED is #138512. Grayscale: #A8A8A8. Windows color (decimal): -1279251 or 15563500. OLE color: 15563500.

HSL color Cylindrical-coordinate representation of color #EC7AED: hue angle of 299.48º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC7AED is Cyan = 0.00, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 122 237 -
CMYK 0.00 0.49 0 0.07
HSL 299.48º 0.76% 0.7% -
HSV(B) 299.48º 0.49% 0.93% -
XYZ 56.84 37.87 84.43 -
YUV 169.2 166.27 175.65 -
System Red Green Blue C M Y K H S L
Decimal 236 122 237 0.00 0.49 0 0.07 299.48 0.76 0.7
Hex EC 7A ED 0 31 0 7 12B 4C 46
Octal 354 172 355 0 61 0 7 453 114 106
Binary 11101100 1111010 11101101 0 110001 0 111 100101011 1001100 1000110

Color Harmonies of #EC7AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7AED

Black with #EC7AED

Text Example


Text Example

White with #EC7AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7AED; }

 p { color: rgb(236,122,237); }

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

background-color css

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

 a { background-color: rgb(236,122,237); }

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

border-color css

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

 span { border-color: rgb(236,122,237); }

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