Html Css Color HEX #EC85FD Violet

📋 copy color: '#EC85FD'

red 236 ◦ green 133 ◦ blue 253

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

Shades of Violet #EC85FD

Tints of Violet #EC85FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.68%

R = 37.94%
G = 21.38%
B = 40.68%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC85FD (or 0xEC85FD) is known color: Violet. HEX triplet: EC, 85 and FD. RGB value is (236,133,253). Sum of RGB (Red+Green+Blue) = 236+133+253=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 133 (52.34% from 255 or 21.38% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC85FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC85FD is #137A02. Grayscale: #B1B1B1. Windows color (decimal): -1276419 or 16614892. OLE color: 16614892.

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

Color convert

RGB 236 133 253 -
CMYK 0.07 0.47 0 0.01
HSL 291.5º 0.97% 0.76% -
HSV(B) 291.5º 0.47% 0.99% -
XYZ 60.71 41.7 97.78 -
YUV 177.48 170.62 169.74 -
System Red Green Blue C M Y K H S L
Decimal 236 133 253 0.07 0.47 0 0.01 291.5 0.97 0.76
Hex EC 85 FD 7 2F 0 1 124 61 4C
Octal 354 205 375 7 57 0 1 444 141 114
Binary 11101100 10000101 11111101 111 101111 0 1 100100100 1100001 1001100

Color Harmonies of #EC85FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC85FD

Black with #EC85FD

Text Example


Text Example

White with #EC85FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC85FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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