Html Css Color HEX #EF80FB Violet

📋 copy color: '#EF80FB'

red 239 ◦ green 128 ◦ blue 251

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

Shades of Violet #EF80FB

Tints of Violet #EF80FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.61%

R = 38.67%
G = 20.71%
B = 40.61%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF80FB (or 0xEF80FB) is known color: Violet. HEX triplet: EF, 80 and FB. RGB value is (239,128,251). Sum of RGB (Red+Green+Blue) = 239+128+251=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 128 (50.39% from 255 or 20.71% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF80FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF80FB is #107F04. Grayscale: #AEAEAE. Windows color (decimal): -1081093 or 16482543. OLE color: 16482543.

HSL color Cylindrical-coordinate representation of color #EF80FB: hue angle of 294.15º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF80FB is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 128 251 -
CMYK 0.05 0.49 0 0.02
HSL 294.15º 0.94% 0.74% -
HSV(B) 294.15º 0.49% 0.98% -
XYZ 60.73 40.75 95.93 -
YUV 175.21 170.77 173.5 -
System Red Green Blue C M Y K H S L
Decimal 239 128 251 0.05 0.49 0 0.02 294.15 0.94 0.74
Hex EF 80 FB 5 31 0 2 126 5E 4A
Octal 357 200 373 5 61 0 2 446 136 112
Binary 11101111 10000000 11111011 101 110001 0 10 100100110 1011110 1001010

Color Harmonies of #EF80FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF80FB

Black with #EF80FB

Text Example


Text Example

White with #EF80FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF80FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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