Html Css Color HEX #EC6FED Violet

📋 copy color: '#EC6FED'

red 236 ◦ green 111 ◦ blue 237

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

Shades of Violet #EC6FED

Tints of Violet #EC6FED

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.01%

 BLUE value IS 237 (92.97% from 255) = 40.58%

R = 40.41%
G = 19.01%
B = 40.58%

CMYK

 C value IS 0.00

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC6FED (or 0xEC6FED) is known color: Violet. HEX triplet: EC, 6F and ED. RGB value is (236,111,237). Sum of RGB (Red+Green+Blue) = 236+111+237=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 111 (43.75% from 255 or 19.01% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC6FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6FED is #139012. Grayscale: #A2A2A2. Windows color (decimal): -1282067 or 15560684. OLE color: 15560684.

HSL color Cylindrical-coordinate representation of color #EC6FED: hue angle of 299.52º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC6FED is Cyan = 0.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 111 237 -
CMYK 0.00 0.53 0 0.07
HSL 299.52º 0.78% 0.68% -
HSV(B) 299.52º 0.53% 0.93% -
XYZ 55.56 35.32 84.01 -
YUV 162.74 169.91 180.25 -
System Red Green Blue C M Y K H S L
Decimal 236 111 237 0.00 0.53 0 0.07 299.52 0.78 0.68
Hex EC 6F ED 0 35 0 7 12C 4E 44
Octal 354 157 355 0 65 0 7 454 116 104
Binary 11101100 1101111 11101101 0 110101 0 111 100101100 1001110 1000100

Color Harmonies of #EC6FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6FED

Black with #EC6FED

Text Example


Text Example

White with #EC6FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6FED; }

 p { color: rgb(236,111,237); }

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

background-color css

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

 a { background-color: rgb(236,111,237); }

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

border-color css

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

 span { border-color: rgb(236,111,237); }

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