Html Css Color HEX #EC84FD Violet

📋 copy color: '#EC84FD'

red 236 ◦ green 132 ◦ blue 253

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

Shades of Violet #EC84FD

Tints of Violet #EC84FD

RGB

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

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

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

R = 38%
G = 21.26%
B = 40.74%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC84FD (or 0xEC84FD) is known color: Violet. HEX triplet: EC, 84 and FD. RGB value is (236,132,253). Sum of RGB (Red+Green+Blue) = 236+132+253=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 132 (51.95% from 255 or 21.26% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC84FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC84FD is #137B02. Grayscale: #B0B0B0. Windows color (decimal): -1276675 or 16614636. OLE color: 16614636.

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

Color convert

RGB 236 132 253 -
CMYK 0.07 0.48 0 0.01
HSL 291.57º 0.97% 0.75% -
HSV(B) 291.57º 0.48% 0.99% -
XYZ 60.57 41.43 97.73 -
YUV 176.89 170.96 170.16 -
System Red Green Blue C M Y K H S L
Decimal 236 132 253 0.07 0.48 0 0.01 291.57 0.97 0.75
Hex EC 84 FD 7 30 0 1 124 61 4B
Octal 354 204 375 7 60 0 1 444 141 113
Binary 11101100 10000100 11111101 111 110000 0 1 100100100 1100001 1001011

Color Harmonies of #EC84FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC84FD

Black with #EC84FD

Text Example


Text Example

White with #EC84FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC84FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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