Html Css Color HEX #EF77F9 Violet

📋 copy color: '#EF77F9'

red 239 ◦ green 119 ◦ blue 249

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

Shades of Violet #EF77F9

Tints of Violet #EF77F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.02%

R = 39.37%
G = 19.6%
B = 41.02%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF77F9 (or 0xEF77F9) is known color: Violet. HEX triplet: EF, 77 and F9. RGB value is (239,119,249). Sum of RGB (Red+Green+Blue) = 239+119+249=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 119 (46.88% from 255 or 19.60% from 607); Blue value is 249 (97.66% from 255 or 41.02% from 607); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF77F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF77F9 is #108806. Grayscale: #A9A9A9. Windows color (decimal): -1083399 or 16349167. OLE color: 16349167.

HSL color Cylindrical-coordinate representation of color #EF77F9: hue angle of 295.38º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF77F9 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 119 249 -
CMYK 0.04 0.52 0 0.02
HSL 295.38º 0.92% 0.72% -
HSV(B) 295.38º 0.52% 0.98% -
XYZ 59.29 38.38 93.91 -
YUV 169.7 172.76 177.43 -
System Red Green Blue C M Y K H S L
Decimal 239 119 249 0.04 0.52 0 0.02 295.38 0.92 0.72
Hex EF 77 F9 4 34 0 2 127 5C 48
Octal 357 167 371 4 64 0 2 447 134 110
Binary 11101111 1110111 11111001 100 110100 0 10 100100111 1011100 1001000

Color Harmonies of #EF77F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF77F9

Black with #EF77F9

Text Example


Text Example

White with #EF77F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF77F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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