Html Css Color HEX #EC6AEA Violet

📋 copy color: '#EC6AEA'

red 236 ◦ green 106 ◦ blue 234

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

Shades of Violet #EC6AEA

Tints of Violet #EC6AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.63%

R = 40.97%
G = 18.4%
B = 40.63%

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

#EC6AEA (or 0xEC6AEA) is known color: Violet. HEX triplet: EC, 6A and EA. RGB value is (236,106,234). Sum of RGB (Red+Green+Blue) = 236+106+234=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 106 (41.80% from 255 or 18.40% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6AEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6AEA is #139515. Grayscale: #9F9F9F. Windows color (decimal): -1283350 or 15362796. OLE color: 15362796.

HSL color Cylindrical-coordinate representation of color #EC6AEA: hue angle of 300.92º 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 #EC6AEA is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 106 234 -
CMYK 0 0.55 0.01 0.07
HSL 300.92º 0.77% 0.67% -
HSV(B) 300.92º 0.55% 0.93% -
XYZ 54.6 34.08 81.54 -
YUV 159.46 170.07 182.59 -
System Red Green Blue C M Y K H S L
Decimal 236 106 234 0 0.55 0.01 0.07 300.92 0.77 0.67
Hex EC 6A EA 0 37 1 7 12D 4D 43
Octal 354 152 352 0 67 1 7 455 115 103
Binary 11101100 1101010 11101010 0 110111 1 111 100101101 1001101 1000011

Color Harmonies of #EC6AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6AEA

Black with #EC6AEA

Text Example


Text Example

White with #EC6AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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