Html Css Color HEX #EC96FD Violet

📋 copy color: '#EC96FD'

red 236 ◦ green 150 ◦ blue 253

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

Shades of Violet #EC96FD

Tints of Violet #EC96FD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 23.47%

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

R = 36.93%
G = 23.47%
B = 39.59%

CMYK

 C value IS 0.07

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC96FD (or 0xEC96FD) is known color: Violet. HEX triplet: EC, 96 and FD. RGB value is (236,150,253). Sum of RGB (Red+Green+Blue) = 236+150+253=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 150 (58.98% from 255 or 23.47% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC96FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC96FD is #136902. Grayscale: #BBBBBB. Windows color (decimal): -1272067 or 16619244. OLE color: 16619244.

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

Color convert

RGB 236 150 253 -
CMYK 0.07 0.41 0 0.01
HSL 290.1º 0.96% 0.79% -
HSV(B) 290.1º 0.41% 0.99% -
XYZ 63.23 46.74 98.62 -
YUV 187.46 164.99 162.62 -
System Red Green Blue C M Y K H S L
Decimal 236 150 253 0.07 0.41 0 0.01 290.1 0.96 0.79
Hex EC 96 FD 7 29 0 1 122 60 4F
Octal 354 226 375 7 51 0 1 442 140 117
Binary 11101100 10010110 11111101 111 101001 0 1 100100010 1100000 1001111

Color Harmonies of #EC96FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC96FD

Black with #EC96FD

Text Example


Text Example

White with #EC96FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC96FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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