Html Css Color HEX #EF77EC Violet

📋 copy color: '#EF77EC'

red 239 ◦ green 119 ◦ blue 236

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

Shades of Violet #EF77EC

Tints of Violet #EF77EC

RGB

 RED value IS 239 (93.75% from 255) = 40.24%

 GREEN value IS 119 (46.88% from 255) = 20.03%

 BLUE value IS 236 (92.58% from 255) = 39.73%

R = 40.24%
G = 20.03%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF77EC (or 0xEF77EC) is known color: Violet. HEX triplet: EF, 77 and EC. RGB value is (239,119,236). Sum of RGB (Red+Green+Blue) = 239+119+236=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 119 (46.88% from 255 or 20.03% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EF77EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF77EC is #108813. Grayscale: #A7A7A7. Windows color (decimal): -1083412 or 15497199. OLE color: 15497199.

HSL color Cylindrical-coordinate representation of color #EF77EC: hue angle of 301.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF77EC is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 119 236 -
CMYK 0 0.50 0.01 0.06
HSL 301.5º 0.79% 0.7% -
HSV(B) 301.5º 0.5% 0.94% -
XYZ 57.33 37.6 83.59 -
YUV 168.22 166.26 178.49 -
System Red Green Blue C M Y K H S L
Decimal 239 119 236 0 0.50 0.01 0.06 301.5 0.79 0.7
Hex EF 77 EC 0 32 1 6 12E 4F 46
Octal 357 167 354 0 62 1 6 456 117 106
Binary 11101111 1110111 11101100 0 110010 1 110 100101110 1001111 1000110

Color Harmonies of #EF77EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF77EC

Black with #EF77EC

Text Example


Text Example

White with #EF77EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF77EC; }

 p { color: rgb(239,119,236); }

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

background-color css

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

 a { background-color: rgb(239,119,236); }

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

border-color css

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

 span { border-color: rgb(239,119,236); }

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