Html Css Color HEX #EFAAFC Mauve

📋 copy color: '#EFAAFC'

red 239 ◦ green 170 ◦ blue 252

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

Shades of Mauve #EFAAFC

Tints of Mauve #EFAAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.12%

R = 36.16%
G = 25.72%
B = 38.12%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFAAFC (or 0xEFAAFC) is known color: Mauve. HEX triplet: EF, AA and FC. RGB value is (239,170,252). Sum of RGB (Red+Green+Blue) = 239+170+252=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 170 (66.80% from 255 or 25.72% from 661); Blue value is 252 (98.83% from 255 or 38.12% from 661); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFAAFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAAFC is #105503. Grayscale: #C7C7C7. Windows color (decimal): -1070340 or 16558831. OLE color: 16558831.

HSL color Cylindrical-coordinate representation of color #EFAAFC: hue angle of 290.49º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFAAFC is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 170 252 -
CMYK 0.05 0.33 0 0.01
HSL 290.49º 0.93% 0.83% -
HSV(B) 290.49º 0.33% 0.99% -
XYZ 67.54 54.13 98.98 -
YUV 199.98 157.36 155.83 -
System Red Green Blue C M Y K H S L
Decimal 239 170 252 0.05 0.33 0 0.01 290.49 0.93 0.83
Hex EF AA FC 5 21 0 1 122 5D 53
Octal 357 252 374 5 41 0 1 442 135 123
Binary 11101111 10101010 11111100 101 100001 0 1 100100010 1011101 1010011

Color Harmonies of #EFAAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAAFC

Black with #EFAAFC

Text Example


Text Example

White with #EFAAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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