Html Css Color HEX #EFAAFA Mauve

📋 copy color: '#EFAAFA'

red 239 ◦ green 170 ◦ blue 250

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

Shades of Mauve #EFAAFA

Tints of Mauve #EFAAFA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 25.8%

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

R = 36.27%
G = 25.8%
B = 37.94%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFAAFA (or 0xEFAAFA) is known color: Mauve. HEX triplet: EF, AA and FA. RGB value is (239,170,250). Sum of RGB (Red+Green+Blue) = 239+170+250=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 170 (66.80% from 255 or 25.80% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFAAFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAAFA is #105505. Grayscale: #C7C7C7. Windows color (decimal): -1070342 or 16427759. OLE color: 16427759.

HSL color Cylindrical-coordinate representation of color #EFAAFA: hue angle of 291.75º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFAAFA is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 170 250 -
CMYK 0.04 0.32 0 0.02
HSL 291.75º 0.89% 0.82% -
HSV(B) 291.75º 0.32% 0.98% -
XYZ 67.23 54 97.32 -
YUV 199.75 156.36 156 -
System Red Green Blue C M Y K H S L
Decimal 239 170 250 0.04 0.32 0 0.02 291.75 0.89 0.82
Hex EF AA FA 4 20 0 2 124 59 52
Octal 357 252 372 4 40 0 2 444 131 122
Binary 11101111 10101010 11111010 100 100000 0 10 100100100 1011001 1010010

Color Harmonies of #EFAAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAAFA

Black with #EFAAFA

Text Example


Text Example

White with #EFAAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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