Html Css Color HEX #EC96FF Violet

📋 copy color: '#EC96FF'

red 236 ◦ green 150 ◦ blue 255

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

Shades of Violet #EC96FF

Tints of Violet #EC96FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.78%

R = 36.82%
G = 23.4%
B = 39.78%

CMYK

 C value IS 0.07

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EC96FF (or 0xEC96FF) is known color: Violet. HEX triplet: EC, 96 and FF. RGB value is (236,150,255). Sum of RGB (Red+Green+Blue) = 236+150+255=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 150 (58.98% from 255 or 23.40% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC96FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC96FF is #136900. Grayscale: #BBBBBB. Windows color (decimal): -1272065 or 16750316. OLE color: 16750316.

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

Color convert

RGB 236 150 255 -
CMYK 0.07 0.41 0 0
HSL 289.14º 1% 0.79% -
HSV(B) 289.14º 0.41% 1% -
XYZ 63.55 46.87 100.3 -
YUV 187.68 165.99 162.46 -
System Red Green Blue C M Y K H S L
Decimal 236 150 255 0.07 0.41 0 0 289.14 1 0.79
Hex EC 96 FF 7 29 0 0 121 64 4F
Octal 354 226 377 7 51 0 0 441 144 117
Binary 11101100 10010110 11111111 111 101001 0 0 100100001 1100100 1001111

Color Harmonies of #EC96FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC96FF

Black with #EC96FF

Text Example


Text Example

White with #EC96FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC96FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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