Html Css Color HEX #EFB2FE Mauve

📋 copy color: '#EFB2FE'

red 239 ◦ green 178 ◦ blue 254

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

Shades of Mauve #EFB2FE

Tints of Mauve #EFB2FE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 26.53%

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

R = 35.62%
G = 26.53%
B = 37.85%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EFB2FE (or 0xEFB2FE) is known color: Mauve. HEX triplet: EF, B2 and FE. RGB value is (239,178,254). Sum of RGB (Red+Green+Blue) = 239+178+254=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 178 (69.92% from 255 or 26.53% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFB2FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB2FE is #104D01. Grayscale: #CCCCCC. Windows color (decimal): -1068290 or 16691951. OLE color: 16691951.

HSL color Cylindrical-coordinate representation of color #EFB2FE: hue angle of 288.16º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFB2FE is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 239 178 254 -
CMYK 0.06 0.30 0 0.00
HSL 288.16º 0.97% 0.85% -
HSV(B) 288.16º 0.3% 1% -
XYZ 69.41 57.35 101.18 -
YUV 204.9 155.71 152.32 -
System Red Green Blue C M Y K H S L
Decimal 239 178 254 0.06 0.30 0 0.00 288.16 0.97 0.85
Hex EF B2 FE 6 1E 0 0 120 61 55
Octal 357 262 376 6 36 0 0 440 141 125
Binary 11101111 10110010 11111110 110 11110 0 0 100100000 1100001 1010101

Color Harmonies of #EFB2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB2FE

Black with #EFB2FE

Text Example


Text Example

White with #EFB2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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