Html Css Color HEX #EF81FB Violet

📋 copy color: '#EF81FB'

red 239 ◦ green 129 ◦ blue 251

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

Shades of Violet #EF81FB

Tints of Violet #EF81FB

RGB

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

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

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

R = 38.61%
G = 20.84%
B = 40.55%

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

#EF81FB (or 0xEF81FB) is known color: Violet. HEX triplet: EF, 81 and FB. RGB value is (239,129,251). Sum of RGB (Red+Green+Blue) = 239+129+251=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 129 (50.78% from 255 or 20.84% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF81FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF81FB is #107E04. Grayscale: #AFAFAF. Windows color (decimal): -1080837 or 16482799. OLE color: 16482799.

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

Color convert

RGB 239 129 251 -
CMYK 0.05 0.49 0 0.02
HSL 294.1º 0.94% 0.75% -
HSV(B) 294.1º 0.49% 0.98% -
XYZ 60.86 41.02 95.98 -
YUV 175.8 170.44 173.08 -
System Red Green Blue C M Y K H S L
Decimal 239 129 251 0.05 0.49 0 0.02 294.1 0.94 0.75
Hex EF 81 FB 5 31 0 2 126 5E 4B
Octal 357 201 373 5 61 0 2 446 136 113
Binary 11101111 10000001 11111011 101 110001 0 10 100100110 1011110 1001011

Color Harmonies of #EF81FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF81FB

Black with #EF81FB

Text Example


Text Example

White with #EF81FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF81FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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