Html Css Color HEX #EC6BEC Violet

📋 copy color: '#EC6BEC'

red 236 ◦ green 107 ◦ blue 236

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

Shades of Violet #EC6BEC

Tints of Violet #EC6BEC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.48%

 BLUE value IS 236 (92.58% from 255) = 40.76%

R = 40.76%
G = 18.48%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC6BEC (or 0xEC6BEC) is known color: Violet. HEX triplet: EC, 6B and EC. RGB value is (236,107,236). Sum of RGB (Red+Green+Blue) = 236+107+236=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 107 (42.19% from 255 or 18.48% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC6BEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6BEC is #139413. Grayscale: #9F9F9F. Windows color (decimal): -1283092 or 15494124. OLE color: 15494124.

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

Color convert

RGB 236 107 236 -
CMYK 0 0.55 0 0.07
HSL 300º 0.77% 0.67% -
HSV(B) 300º 0.55% 0.93% -
XYZ 54.99 34.4 83.1 -
YUV 160.28 170.74 182.01 -
System Red Green Blue C M Y K H S L
Decimal 236 107 236 0 0.55 0 0.07 300 0.77 0.67
Hex EC 6B EC 0 37 0 7 12C 4D 43
Octal 354 153 354 0 67 0 7 454 115 103
Binary 11101100 1101011 11101100 0 110111 0 111 100101100 1001101 1000011

Color Harmonies of #EC6BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6BEC

Black with #EC6BEC

Text Example


Text Example

White with #EC6BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6BEC; }

 p { color: rgb(236,107,236); }

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

background-color css

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

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

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

border-color css

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

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

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