Html Css Color HEX #EC6AEB Violet

📋 copy color: '#EC6AEB'

red 236 ◦ green 106 ◦ blue 235

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

Shades of Violet #EC6AEB

Tints of Violet #EC6AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.73%

R = 40.9%
G = 18.37%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EC6AEB (or 0xEC6AEB) is known color: Violet. HEX triplet: EC, 6A and EB. RGB value is (236,106,235). Sum of RGB (Red+Green+Blue) = 236+106+235=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 106 (41.80% from 255 or 18.37% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6AEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6AEB is #139514. Grayscale: #9F9F9F. Windows color (decimal): -1283349 or 15428332. OLE color: 15428332.

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

Color convert

RGB 236 106 235 -
CMYK 0 0.55 0.00 0.07
HSL 300.46º 0.77% 0.67% -
HSV(B) 300.46º 0.55% 0.93% -
XYZ 54.74 34.14 82.3 -
YUV 159.58 170.57 182.51 -
System Red Green Blue C M Y K H S L
Decimal 236 106 235 0 0.55 0.00 0.07 300.46 0.77 0.67
Hex EC 6A EB 0 37 0 7 12C 4D 43
Octal 354 152 353 0 67 0 7 454 115 103
Binary 11101100 1101010 11101011 0 110111 0 111 100101100 1001101 1000011

Color Harmonies of #EC6AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6AEB

Black with #EC6AEB

Text Example


Text Example

White with #EC6AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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