Html Css Color HEX #EFB0FC Mauve

📋 copy color: '#EFB0FC'

red 239 ◦ green 176 ◦ blue 252

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

Shades of Mauve #EFB0FC

Tints of Mauve #EFB0FC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 26.39%

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

R = 35.83%
G = 26.39%
B = 37.78%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFB0FC (or 0xEFB0FC) is known color: Mauve. HEX triplet: EF, B0 and FC. RGB value is (239,176,252). Sum of RGB (Red+Green+Blue) = 239+176+252=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 176 (69.14% from 255 or 26.39% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFB0FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB0FC is #104F03. Grayscale: #CBCBCB. Windows color (decimal): -1068804 or 16560367. OLE color: 16560367.

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

Color convert

RGB 239 176 252 -
CMYK 0.05 0.30 0 0.01
HSL 289.74º 0.93% 0.84% -
HSV(B) 289.74º 0.3% 0.99% -
XYZ 68.69 56.43 99.37 -
YUV 203.5 155.37 153.32 -
System Red Green Blue C M Y K H S L
Decimal 239 176 252 0.05 0.30 0 0.01 289.74 0.93 0.84
Hex EF B0 FC 5 1E 0 1 122 5D 54
Octal 357 260 374 5 36 0 1 442 135 124
Binary 11101111 10110000 11111100 101 11110 0 1 100100010 1011101 1010100

Color Harmonies of #EFB0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB0FC

Black with #EFB0FC

Text Example


Text Example

White with #EFB0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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