Html Css Color HEX #EC85FC Violet

📋 copy color: '#EC85FC'

red 236 ◦ green 133 ◦ blue 252

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

Shades of Violet #EC85FC

Tints of Violet #EC85FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.58%

R = 38%
G = 21.42%
B = 40.58%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC85FC (or 0xEC85FC) is known color: Violet. HEX triplet: EC, 85 and FC. RGB value is (236,133,252). Sum of RGB (Red+Green+Blue) = 236+133+252=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 133 (52.34% from 255 or 21.42% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC85FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC85FC is #137A03. Grayscale: #B0B0B0. Windows color (decimal): -1276420 or 16549356. OLE color: 16549356.

HSL color Cylindrical-coordinate representation of color #EC85FC: hue angle of 291.93º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC85FC is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 133 252 -
CMYK 0.06 0.47 0 0.01
HSL 291.93º 0.95% 0.75% -
HSV(B) 291.93º 0.47% 0.99% -
XYZ 60.55 41.64 96.94 -
YUV 177.36 170.12 169.82 -
System Red Green Blue C M Y K H S L
Decimal 236 133 252 0.06 0.47 0 0.01 291.93 0.95 0.75
Hex EC 85 FC 6 2F 0 1 124 5F 4B
Octal 354 205 374 6 57 0 1 444 137 113
Binary 11101100 10000101 11111100 110 101111 0 1 100100100 1011111 1001011

Color Harmonies of #EC85FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC85FC

Black with #EC85FC

Text Example


Text Example

White with #EC85FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC85FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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