Html Css Color HEX #EF81F6 Violet

📋 copy color: '#EF81F6'

red 239 ◦ green 129 ◦ blue 246

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

Shades of Violet #EF81F6

Tints of Violet #EF81F6

RGB

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

 GREEN value IS 129 (50.78% from 255) = 21.01%

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

R = 38.93%
G = 21.01%
B = 40.07%

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

#EF81F6 (or 0xEF81F6) is known color: Violet. HEX triplet: EF, 81 and F6. RGB value is (239,129,246). Sum of RGB (Red+Green+Blue) = 239+129+246=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 129 (50.78% from 255 or 21.01% from 614); Blue value is 246 (96.48% from 255 or 40.07% from 614); Max value from RGB is 246 - color contains mainly: blue. Hex color #EF81F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF81F6 is #107E09. Grayscale: #AEAEAE. Windows color (decimal): -1080842 or 16155119. OLE color: 16155119.

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

Color convert

RGB 239 129 246 -
CMYK 0.03 0.48 0 0.04
HSL 296.41º 0.87% 0.74% -
HSV(B) 296.41º 0.48% 0.96% -
XYZ 60.08 40.71 91.88 -
YUV 175.23 167.94 173.49 -
System Red Green Blue C M Y K H S L
Decimal 239 129 246 0.03 0.48 0 0.04 296.41 0.87 0.74
Hex EF 81 F6 3 30 0 4 128 57 4A
Octal 357 201 366 3 60 0 4 450 127 112
Binary 11101111 10000001 11110110 11 110000 0 100 100101000 1010111 1001010

Color Harmonies of #EF81F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF81F6

Black with #EF81F6

Text Example


Text Example

White with #EF81F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF81F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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