Html Css Color HEX #EC85EC Violet

📋 copy color: '#EC85EC'

red 236 ◦ green 133 ◦ blue 236

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

Shades of Violet #EC85EC

Tints of Violet #EC85EC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 21.98%

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

R = 39.01%
G = 21.98%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC85EC (or 0xEC85EC) is known color: Violet. HEX triplet: EC, 85 and EC. RGB value is (236,133,236). Sum of RGB (Red+Green+Blue) = 236+133+236=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 133 (52.34% from 255 or 21.98% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC85EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC85EC is #137A13. Grayscale: #AFAFAF. Windows color (decimal): -1276436 or 15500780. OLE color: 15500780.

HSL color Cylindrical-coordinate representation of color #EC85EC: hue angle of 300º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC85EC is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 133 236 -
CMYK 0 0.44 0 0.07
HSL 300º 0.73% 0.72% -
HSV(B) 300º 0.44% 0.93% -
XYZ 58.12 40.66 84.14 -
YUV 175.54 162.12 171.12 -
System Red Green Blue C M Y K H S L
Decimal 236 133 236 0 0.44 0 0.07 300 0.73 0.72
Hex EC 85 EC 0 2C 0 7 12C 49 48
Octal 354 205 354 0 54 0 7 454 111 110
Binary 11101100 10000101 11101100 0 101100 0 111 100101100 1001001 1001000

Color Harmonies of #EC85EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC85EC

Black with #EC85EC

Text Example


Text Example

White with #EC85EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC85EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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