Html Css Color HEX #EC6AEF Violet

📋 copy color: '#EC6AEF'

red 236 ◦ green 106 ◦ blue 239

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

Shades of Violet #EC6AEF

Tints of Violet #EC6AEF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.24%

 BLUE value IS 239 (93.75% from 255) = 41.14%

R = 40.62%
G = 18.24%
B = 41.14%

CMYK

 C value IS 0.01

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EC6AEF (or 0xEC6AEF) is known color: Violet. HEX triplet: EC, 6A and EF. RGB value is (236,106,239). Sum of RGB (Red+Green+Blue) = 236+106+239=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 106 (41.80% from 255 or 18.24% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC6AEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6AEF is #139510. Grayscale: #9F9F9F. Windows color (decimal): -1283345 or 15690476. OLE color: 15690476.

HSL color Cylindrical-coordinate representation of color #EC6AEF: hue angle of 298.65º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC6AEF is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 236 106 239 -
CMYK 0.01 0.56 0 0.06
HSL 298.65º 0.81% 0.68% -
HSV(B) 298.65º 0.56% 0.94% -
XYZ 55.33 34.37 85.38 -
YUV 160.03 172.57 182.19 -
System Red Green Blue C M Y K H S L
Decimal 236 106 239 0.01 0.56 0 0.06 298.65 0.81 0.68
Hex EC 6A EF 1 38 0 6 12B 51 44
Octal 354 152 357 1 70 0 6 453 121 104
Binary 11101100 1101010 11101111 1 111000 0 110 100101011 1010001 1000100

Color Harmonies of #EC6AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6AEF

Black with #EC6AEF

Text Example


Text Example

White with #EC6AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6AEF; }

 p { color: rgb(236,106,239); }

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

background-color css

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

 a { background-color: rgb(236,106,239); }

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

border-color css

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

 span { border-color: rgb(236,106,239); }

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