Html Css Color HEX #EFAAFE Mauve

📋 copy color: '#EFAAFE'

red 239 ◦ green 170 ◦ blue 254

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

Shades of Mauve #EFAAFE

Tints of Mauve #EFAAFE

RGB

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

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

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

R = 36.05%
G = 25.64%
B = 38.31%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EFAAFE (or 0xEFAAFE) is known color: Mauve. HEX triplet: EF, AA and FE. RGB value is (239,170,254). Sum of RGB (Red+Green+Blue) = 239+170+254=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 170 (66.80% from 255 or 25.64% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFAAFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAAFE is #105501. Grayscale: #C7C7C7. Windows color (decimal): -1070338 or 16689903. OLE color: 16689903.

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

Color convert

RGB 239 170 254 -
CMYK 0.06 0.33 0 0.00
HSL 289.29º 0.98% 0.83% -
HSV(B) 289.29º 0.33% 1% -
XYZ 67.86 54.26 100.66 -
YUV 200.21 158.36 155.67 -
System Red Green Blue C M Y K H S L
Decimal 239 170 254 0.06 0.33 0 0.00 289.29 0.98 0.83
Hex EF AA FE 6 21 0 0 121 62 53
Octal 357 252 376 6 41 0 0 441 142 123
Binary 11101111 10101010 11111110 110 100001 0 0 100100001 1100010 1010011

Color Harmonies of #EFAAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAAFE

Black with #EFAAFE

Text Example


Text Example

White with #EFAAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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