Html Css Color HEX #EC6AE9 Violet

📋 copy color: '#EC6AE9'

red 236 ◦ green 106 ◦ blue 233

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

Shades of Violet #EC6AE9

Tints of Violet #EC6AE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 40.52%

R = 41.04%
G = 18.43%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EC6AE9 (or 0xEC6AE9) is known color: Violet. HEX triplet: EC, 6A and E9. RGB value is (236,106,233). Sum of RGB (Red+Green+Blue) = 236+106+233=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 106 (41.80% from 255 or 18.43% from 575); Blue value is 233 (91.41% from 255 or 40.52% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6AE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6AE9 is #139516. Grayscale: #9E9E9E. Windows color (decimal): -1283351 or 15297260. OLE color: 15297260.

HSL color Cylindrical-coordinate representation of color #EC6AE9: hue angle of 301.38º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC6AE9 is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 106 233 -
CMYK 0 0.55 0.01 0.07
HSL 301.38º 0.77% 0.67% -
HSV(B) 301.38º 0.55% 0.93% -
XYZ 54.45 34.02 80.79 -
YUV 159.35 169.57 182.67 -
System Red Green Blue C M Y K H S L
Decimal 236 106 233 0 0.55 0.01 0.07 301.38 0.77 0.67
Hex EC 6A E9 0 37 1 7 12D 4D 43
Octal 354 152 351 0 67 1 7 455 115 103
Binary 11101100 1101010 11101001 0 110111 1 111 100101101 1001101 1000011

Color Harmonies of #EC6AE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6AE9

Black with #EC6AE9

Text Example


Text Example

White with #EC6AE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6AE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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