Html Css Color HEX #EFC0F9 Mauve

📋 copy color: '#EFC0F9'

red 239 ◦ green 192 ◦ blue 249

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

Shades of Mauve #EFC0F9

Tints of Mauve #EFC0F9

RGB

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

 GREEN value IS 192 (75.39% from 255) = 28.24%

 BLUE value IS 249 (97.66% from 255) = 36.62%

R = 35.15%
G = 28.24%
B = 36.62%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFC0F9 (or 0xEFC0F9) is known color: Mauve. HEX triplet: EF, C0 and F9. RGB value is (239,192,249). Sum of RGB (Red+Green+Blue) = 239+192+249=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 192 (75.39% from 255 or 28.24% from 680); Blue value is 249 (97.66% from 255 or 36.62% from 680); Max value from RGB is 249 - color contains mainly: blue. Hex color #EFC0F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC0F9 is #103F06. Grayscale: #D4D4D4. Windows color (decimal): -1064711 or 16367855. OLE color: 16367855.

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

Color convert

RGB 239 192 249 -
CMYK 0.04 0.23 0 0.02
HSL 289.47º 0.83% 0.86% -
HSV(B) 289.47º 0.23% 0.98% -
XYZ 71.55 62.89 97.99 -
YUV 212.55 148.57 146.87 -
System Red Green Blue C M Y K H S L
Decimal 239 192 249 0.04 0.23 0 0.02 289.47 0.83 0.86
Hex EF C0 F9 4 17 0 2 121 53 56
Octal 357 300 371 4 27 0 2 441 123 126
Binary 11101111 11000000 11111001 100 10111 0 10 100100001 1010011 1010110

Color Harmonies of #EFC0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC0F9

Black with #EFC0F9

Text Example


Text Example

White with #EFC0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC0F9; }

 p { color: rgb(239,192,249); }

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

background-color css

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

 a { background-color: rgb(239,192,249); }

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

border-color css

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

 span { border-color: rgb(239,192,249); }

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