Html Css Color HEX #EF76F6 Violet

📋 copy color: '#EF76F6'

red 239 ◦ green 118 ◦ blue 246

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

Shades of Violet #EF76F6

Tints of Violet #EF76F6

RGB

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

 GREEN value IS 118 (46.48% from 255) = 19.57%

 BLUE value IS 246 (96.48% from 255) = 40.8%

R = 39.64%
G = 19.57%
B = 40.8%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EF76F6 (or 0xEF76F6) is known color: Violet. HEX triplet: EF, 76 and F6. RGB value is (239,118,246). Sum of RGB (Red+Green+Blue) = 239+118+246=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 118 (46.48% from 255 or 19.57% from 603); Blue value is 246 (96.48% from 255 or 40.80% from 603); Max value from RGB is 246 - color contains mainly: blue. Hex color #EF76F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF76F6 is #108909. Grayscale: #A8A8A8. Windows color (decimal): -1083658 or 16152303. OLE color: 16152303.

HSL color Cylindrical-coordinate representation of color #EF76F6: hue angle of 296.72º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF76F6 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 118 246 -
CMYK 0.03 0.52 0 0.04
HSL 296.72º 0.88% 0.71% -
HSV(B) 296.72º 0.52% 0.96% -
XYZ 58.71 37.96 91.42 -
YUV 168.77 171.59 178.09 -
System Red Green Blue C M Y K H S L
Decimal 239 118 246 0.03 0.52 0 0.04 296.72 0.88 0.71
Hex EF 76 F6 3 34 0 4 129 58 47
Octal 357 166 366 3 64 0 4 451 130 107
Binary 11101111 1110110 11110110 11 110100 0 100 100101001 1011000 1000111

Color Harmonies of #EF76F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF76F6

Black with #EF76F6

Text Example


Text Example

White with #EF76F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF76F6; }

 p { color: rgb(239,118,246); }

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

background-color css

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

 a { background-color: rgb(239,118,246); }

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

border-color css

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

 span { border-color: rgb(239,118,246); }

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