Html Css Color HEX #EFB2FC Mauve

📋 copy color: '#EFB2FC'

red 239 ◦ green 178 ◦ blue 252

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

Shades of Mauve #EFB2FC

Tints of Mauve #EFB2FC

RGB

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

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

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

R = 35.72%
G = 26.61%
B = 37.67%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFB2FC (or 0xEFB2FC) is known color: Mauve. HEX triplet: EF, B2 and FC. RGB value is (239,178,252). Sum of RGB (Red+Green+Blue) = 239+178+252=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 178 (69.92% from 255 or 26.61% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFB2FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB2FC is #104D03. Grayscale: #CCCCCC. Windows color (decimal): -1068292 or 16560879. OLE color: 16560879.

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

Color convert

RGB 239 178 252 -
CMYK 0.05 0.29 0 0.01
HSL 289.46º 0.93% 0.84% -
HSV(B) 289.46º 0.29% 0.99% -
XYZ 69.09 57.22 99.5 -
YUV 204.68 154.71 152.48 -
System Red Green Blue C M Y K H S L
Decimal 239 178 252 0.05 0.29 0 0.01 289.46 0.93 0.84
Hex EF B2 FC 5 1D 0 1 121 5C 54
Octal 357 262 374 5 35 0 1 441 134 124
Binary 11101111 10110010 11111100 101 11101 0 1 100100001 1011100 1010100

Color Harmonies of #EFB2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB2FC

Black with #EFB2FC

Text Example


Text Example

White with #EFB2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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