Html Css Color HEX #EC7AF9 Violet

📋 copy color: '#EC7AF9'

red 236 ◦ green 122 ◦ blue 249

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

Shades of Violet #EC7AF9

Tints of Violet #EC7AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.02%

R = 38.88%
G = 20.1%
B = 41.02%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC7AF9 (or 0xEC7AF9) is known color: Violet. HEX triplet: EC, 7A and F9. RGB value is (236,122,249). Sum of RGB (Red+Green+Blue) = 236+122+249=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 122 (48.05% from 255 or 20.10% from 607); Blue value is 249 (97.66% from 255 or 41.02% from 607); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC7AF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7AF9 is #138506. Grayscale: #AAAAAA. Windows color (decimal): -1279239 or 16349932. OLE color: 16349932.

HSL color Cylindrical-coordinate representation of color #EC7AF9: hue angle of 293.86º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC7AF9 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 122 249 -
CMYK 0.05 0.51 0 0.02
HSL 293.86º 0.91% 0.73% -
HSV(B) 293.86º 0.51% 0.98% -
XYZ 58.65 38.59 93.98 -
YUV 170.56 172.27 174.67 -
System Red Green Blue C M Y K H S L
Decimal 236 122 249 0.05 0.51 0 0.02 293.86 0.91 0.73
Hex EC 7A F9 5 33 0 2 126 5B 49
Octal 354 172 371 5 63 0 2 446 133 111
Binary 11101100 1111010 11111001 101 110011 0 10 100100110 1011011 1001001

Color Harmonies of #EC7AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7AF9

Black with #EC7AF9

Text Example


Text Example

White with #EC7AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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