Html Css Color HEX #EFB4FA Mauve

📋 copy color: '#EFB4FA'

red 239 ◦ green 180 ◦ blue 250

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

Shades of Mauve #EFB4FA

Tints of Mauve #EFB4FA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 26.91%

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

R = 35.72%
G = 26.91%
B = 37.37%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFB4FA (or 0xEFB4FA) is known color: Mauve. HEX triplet: EF, B4 and FA. RGB value is (239,180,250). Sum of RGB (Red+Green+Blue) = 239+180+250=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 180 (70.70% from 255 or 26.91% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFB4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB4FA is #104B05. Grayscale: #CDCDCD. Windows color (decimal): -1067782 or 16430319. OLE color: 16430319.

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

Color convert

RGB 239 180 250 -
CMYK 0.04 0.28 0 0.02
HSL 290.57º 0.88% 0.84% -
HSV(B) 290.57º 0.28% 0.98% -
XYZ 69.17 57.9 97.97 -
YUV 205.62 153.05 151.81 -
System Red Green Blue C M Y K H S L
Decimal 239 180 250 0.04 0.28 0 0.02 290.57 0.88 0.84
Hex EF B4 FA 4 1C 0 2 123 58 54
Octal 357 264 372 4 34 0 2 443 130 124
Binary 11101111 10110100 11111010 100 11100 0 10 100100011 1011000 1010100

Color Harmonies of #EFB4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB4FA

Black with #EFB4FA

Text Example


Text Example

White with #EFB4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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