Html Css Color HEX #EF80FA Violet

📋 copy color: '#EF80FA'

red 239 ◦ green 128 ◦ blue 250

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

Shades of Violet #EF80FA

Tints of Violet #EF80FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.52%

R = 38.74%
G = 20.75%
B = 40.52%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF80FA (or 0xEF80FA) is known color: Violet. HEX triplet: EF, 80 and FA. RGB value is (239,128,250). Sum of RGB (Red+Green+Blue) = 239+128+250=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 128 (50.39% from 255 or 20.75% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF80FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF80FA is #107F05. Grayscale: #AEAEAE. Windows color (decimal): -1081094 or 16417007. OLE color: 16417007.

HSL color Cylindrical-coordinate representation of color #EF80FA: hue angle of 294.59º degrees, saturation: 0.92, 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 #EF80FA is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 128 250 -
CMYK 0.04 0.49 0 0.02
HSL 294.59º 0.92% 0.74% -
HSV(B) 294.59º 0.49% 0.98% -
XYZ 60.57 40.69 95.1 -
YUV 175.1 170.27 173.58 -
System Red Green Blue C M Y K H S L
Decimal 239 128 250 0.04 0.49 0 0.02 294.59 0.92 0.74
Hex EF 80 FA 4 31 0 2 127 5C 4A
Octal 357 200 372 4 61 0 2 447 134 112
Binary 11101111 10000000 11111010 100 110001 0 10 100100111 1011100 1001010

Color Harmonies of #EF80FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF80FA

Black with #EF80FA

Text Example


Text Example

White with #EF80FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF80FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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