Html Css Color HEX #EC84F5 Violet

📋 copy color: '#EC84F5'

red 236 ◦ green 132 ◦ blue 245

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

Shades of Violet #EC84F5

Tints of Violet #EC84F5

RGB

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

 GREEN value IS 132 (51.95% from 255) = 21.53%

 BLUE value IS 245 (96.09% from 255) = 39.97%

R = 38.5%
G = 21.53%
B = 39.97%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EC84F5 (or 0xEC84F5) is known color: Violet. HEX triplet: EC, 84 and F5. RGB value is (236,132,245). Sum of RGB (Red+Green+Blue) = 236+132+245=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 132 (51.95% from 255 or 21.53% from 613); Blue value is 245 (96.09% from 255 or 39.97% from 613); Max value from RGB is 245 - color contains mainly: blue. Hex color #EC84F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC84F5 is #137B0A. Grayscale: #AFAFAF. Windows color (decimal): -1276683 or 16090348. OLE color: 16090348.

HSL color Cylindrical-coordinate representation of color #EC84F5: hue angle of 295.22º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC84F5 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 236 132 245 -
CMYK 0.04 0.46 0 0.04
HSL 295.22º 0.85% 0.74% -
HSV(B) 295.22º 0.46% 0.96% -
XYZ 59.32 40.93 91.16 -
YUV 175.98 166.96 170.81 -
System Red Green Blue C M Y K H S L
Decimal 236 132 245 0.04 0.46 0 0.04 295.22 0.85 0.74
Hex EC 84 F5 4 2E 0 4 127 55 4A
Octal 354 204 365 4 56 0 4 447 125 112
Binary 11101100 10000100 11110101 100 101110 0 100 100100111 1010101 1001010

Color Harmonies of #EC84F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC84F5

Black with #EC84F5

Text Example


Text Example

White with #EC84F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC84F5; }

 p { color: rgb(236,132,245); }

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

background-color css

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

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

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

border-color css

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

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

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