Html Css Color HEX #EFA7FF Mauve

📋 copy color: '#EFA7FF'

red 239 ◦ green 167 ◦ blue 255

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

Shades of Mauve #EFA7FF

Tints of Mauve #EFA7FF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 25.26%

 BLUE value IS 255 (100% from 255) = 38.58%

R = 36.16%
G = 25.26%
B = 38.58%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EFA7FF (or 0xEFA7FF) is known color: Mauve. HEX triplet: EF, A7 and FF. RGB value is (239,167,255). Sum of RGB (Red+Green+Blue) = 239+167+255=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 167 (65.62% from 255 or 25.26% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFA7FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA7FF is #105800. Grayscale: #C6C6C6. Windows color (decimal): -1071105 or 16754671. OLE color: 16754671.

HSL color Cylindrical-coordinate representation of color #EFA7FF: hue angle of 289.09º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFA7FF is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 239 167 255 -
CMYK 0.06 0.35 0 0
HSL 289.09º 1% 0.83% -
HSV(B) 289.09º 0.35% 1% -
XYZ 67.47 53.21 101.32 -
YUV 198.56 159.85 156.84 -
System Red Green Blue C M Y K H S L
Decimal 239 167 255 0.06 0.35 0 0 289.09 1 0.83
Hex EF A7 FF 6 23 0 0 121 64 53
Octal 357 247 377 6 43 0 0 441 144 123
Binary 11101111 10100111 11111111 110 100011 0 0 100100001 1100100 1010011

Color Harmonies of #EFA7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA7FF

Black with #EFA7FF

Text Example


Text Example

White with #EFA7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA7FF; }

 p { color: rgb(239,167,255); }

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

background-color css

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

 a { background-color: rgb(239,167,255); }

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

border-color css

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

 span { border-color: rgb(239,167,255); }

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