Html Css Color HEX #EF80F6 Violet

📋 copy color: '#EF80F6'

red 239 ◦ green 128 ◦ blue 246

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

Shades of Violet #EF80F6

Tints of Violet #EF80F6

RGB

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

 GREEN value IS 128 (50.39% from 255) = 20.88%

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

R = 38.99%
G = 20.88%
B = 40.13%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EF80F6 (or 0xEF80F6) is known color: Violet. HEX triplet: EF, 80 and F6. RGB value is (239,128,246). Sum of RGB (Red+Green+Blue) = 239+128+246=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 128 (50.39% from 255 or 20.88% from 613); Blue value is 246 (96.48% from 255 or 40.13% from 613); Max value from RGB is 246 - color contains mainly: blue. Hex color #EF80F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF80F6 is #107F09. Grayscale: #AEAEAE. Windows color (decimal): -1081098 or 16154863. OLE color: 16154863.

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

Color convert

RGB 239 128 246 -
CMYK 0.03 0.48 0 0.04
HSL 296.44º 0.87% 0.73% -
HSV(B) 296.44º 0.48% 0.96% -
XYZ 59.95 40.44 91.84 -
YUV 174.64 168.27 173.91 -
System Red Green Blue C M Y K H S L
Decimal 239 128 246 0.03 0.48 0 0.04 296.44 0.87 0.73
Hex EF 80 F6 3 30 0 4 128 57 49
Octal 357 200 366 3 60 0 4 450 127 111
Binary 11101111 10000000 11110110 11 110000 0 100 100101000 1010111 1001001

Color Harmonies of #EF80F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF80F6

Black with #EF80F6

Text Example


Text Example

White with #EF80F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF80F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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