Html Css Color HEX #EC85EF Violet

📋 copy color: '#EC85EF'

red 236 ◦ green 133 ◦ blue 239

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

Shades of Violet #EC85EF

Tints of Violet #EC85EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.31%

R = 38.82%
G = 21.88%
B = 39.31%

CMYK

 C value IS 0.01

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EC85EF (or 0xEC85EF) is known color: Violet. HEX triplet: EC, 85 and EF. RGB value is (236,133,239). Sum of RGB (Red+Green+Blue) = 236+133+239=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 133 (52.34% from 255 or 21.88% from 608); Blue value is 239 (93.75% from 255 or 39.31% from 608); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC85EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC85EF is #137A10. Grayscale: #AFAFAF. Windows color (decimal): -1276433 or 15697388. OLE color: 15697388.

HSL color Cylindrical-coordinate representation of color #EC85EF: hue angle of 298.3º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC85EF is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 236 133 239 -
CMYK 0.01 0.44 0 0.06
HSL 298.3º 0.77% 0.73% -
HSV(B) 298.3º 0.44% 0.94% -
XYZ 58.56 40.84 86.46 -
YUV 175.88 163.62 170.88 -
System Red Green Blue C M Y K H S L
Decimal 236 133 239 0.01 0.44 0 0.06 298.3 0.77 0.73
Hex EC 85 EF 1 2C 0 6 12A 4D 49
Octal 354 205 357 1 54 0 6 452 115 111
Binary 11101100 10000101 11101111 1 101100 0 110 100101010 1001101 1001001

Color Harmonies of #EC85EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC85EF

Black with #EC85EF

Text Example


Text Example

White with #EC85EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC85EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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