Html Css Color HEX #EC7AF1 Violet

📋 copy color: '#EC7AF1'

red 236 ◦ green 122 ◦ blue 241

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

Shades of Violet #EC7AF1

Tints of Violet #EC7AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.23%

R = 39.4%
G = 20.37%
B = 40.23%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EC7AF1 (or 0xEC7AF1) is known color: Violet. HEX triplet: EC, 7A and F1. RGB value is (236,122,241). Sum of RGB (Red+Green+Blue) = 236+122+241=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 122 (48.05% from 255 or 20.37% from 599); Blue value is 241 (94.53% from 255 or 40.23% from 599); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC7AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7AF1 is #13850E. Grayscale: #A9A9A9. Windows color (decimal): -1279247 or 15825644. OLE color: 15825644.

HSL color Cylindrical-coordinate representation of color #EC7AF1: hue angle of 297.48º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC7AF1 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 236 122 241 -
CMYK 0.02 0.49 0 0.05
HSL 297.48º 0.81% 0.71% -
HSV(B) 297.48º 0.49% 0.95% -
XYZ 57.43 38.1 87.55 -
YUV 169.65 168.27 175.32 -
System Red Green Blue C M Y K H S L
Decimal 236 122 241 0.02 0.49 0 0.05 297.48 0.81 0.71
Hex EC 7A F1 2 31 0 5 129 51 47
Octal 354 172 361 2 61 0 5 451 121 107
Binary 11101100 1111010 11110001 10 110001 0 101 100101001 1010001 1000111

Color Harmonies of #EC7AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7AF1

Black with #EC7AF1

Text Example


Text Example

White with #EC7AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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