Html Css Color HEX #EFA9FF Mauve

📋 copy color: '#EFA9FF'

red 239 ◦ green 169 ◦ blue 255

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

Shades of Mauve #EFA9FF

Tints of Mauve #EFA9FF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 25.49%

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

R = 36.05%
G = 25.49%
B = 38.46%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EFA9FF (or 0xEFA9FF) is known color: Mauve. HEX triplet: EF, A9 and FF. RGB value is (239,169,255). Sum of RGB (Red+Green+Blue) = 239+169+255=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 169 (66.41% from 255 or 25.49% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFA9FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA9FF is #105600. Grayscale: #C7C7C7. Windows color (decimal): -1070593 or 16755183. OLE color: 16755183.

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

Color convert

RGB 239 169 255 -
CMYK 0.06 0.34 0 0
HSL 288.84º 1% 0.83% -
HSV(B) 288.84º 0.34% 1% -
XYZ 67.83 53.95 101.45 -
YUV 199.73 159.19 156.01 -
System Red Green Blue C M Y K H S L
Decimal 239 169 255 0.06 0.34 0 0 288.84 1 0.83
Hex EF A9 FF 6 22 0 0 121 64 53
Octal 357 251 377 6 42 0 0 441 144 123
Binary 11101111 10101001 11111111 110 100010 0 0 100100001 1100100 1010011

Color Harmonies of #EFA9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA9FF

Black with #EFA9FF

Text Example


Text Example

White with #EFA9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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