Html Css Color HEX #EC96EA Violet

📋 copy color: '#EC96EA'

red 236 ◦ green 150 ◦ blue 234

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

Shades of Violet #EC96EA

Tints of Violet #EC96EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.74%

R = 38.06%
G = 24.19%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EC96EA (or 0xEC96EA) is known color: Violet. HEX triplet: EC, 96 and EA. RGB value is (236,150,234). Sum of RGB (Red+Green+Blue) = 236+150+234=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 150 (58.98% from 255 or 24.19% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #EC96EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC96EA is #136915. Grayscale: #B9B9B9. Windows color (decimal): -1272086 or 15374060. OLE color: 15374060.

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

Color convert

RGB 236 150 234 -
CMYK 0 0.36 0.01 0.07
HSL 301.4º 0.69% 0.76% -
HSV(B) 301.4º 0.36% 0.93% -
XYZ 60.35 45.59 83.46 -
YUV 185.29 155.49 164.17 -
System Red Green Blue C M Y K H S L
Decimal 236 150 234 0 0.36 0.01 0.07 301.4 0.69 0.76
Hex EC 96 EA 0 24 1 7 12D 45 4C
Octal 354 226 352 0 44 1 7 455 105 114
Binary 11101100 10010110 11101010 0 100100 1 111 100101101 1000101 1001100

Color Harmonies of #EC96EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC96EA

Black with #EC96EA

Text Example


Text Example

White with #EC96EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC96EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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