Html Css Color HEX #EFA7FE Mauve

📋 copy color: '#EFA7FE'

red 239 ◦ green 167 ◦ blue 254

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

Shades of Mauve #EFA7FE

Tints of Mauve #EFA7FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.48%

R = 36.21%
G = 25.3%
B = 38.48%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EFA7FE (or 0xEFA7FE) is known color: Mauve. HEX triplet: EF, A7 and FE. RGB value is (239,167,254). Sum of RGB (Red+Green+Blue) = 239+167+254=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 167 (65.62% from 255 or 25.30% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFA7FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA7FE is #105801. Grayscale: #C6C6C6. Windows color (decimal): -1071106 or 16689135. OLE color: 16689135.

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

Color convert

RGB 239 167 254 -
CMYK 0.06 0.34 0 0.00
HSL 289.66º 0.98% 0.83% -
HSV(B) 289.66º 0.34% 1% -
XYZ 67.3 53.14 100.48 -
YUV 198.45 159.35 156.93 -
System Red Green Blue C M Y K H S L
Decimal 239 167 254 0.06 0.34 0 0.00 289.66 0.98 0.83
Hex EF A7 FE 6 22 0 0 122 62 53
Octal 357 247 376 6 42 0 0 442 142 123
Binary 11101111 10100111 11111110 110 100010 0 0 100100010 1100010 1010011

Color Harmonies of #EFA7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA7FE

Black with #EFA7FE

Text Example


Text Example

White with #EFA7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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