Html Css Color HEX #EFB0FF Mauve

📋 copy color: '#EFB0FF'

red 239 ◦ green 176 ◦ blue 255

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

Shades of Mauve #EFB0FF

Tints of Mauve #EFB0FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.06%

R = 35.67%
G = 26.27%
B = 38.06%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EFB0FF (or 0xEFB0FF) is known color: Mauve. HEX triplet: EF, B0 and FF. RGB value is (239,176,255). Sum of RGB (Red+Green+Blue) = 239+176+255=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 176 (69.14% from 255 or 26.27% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFB0FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB0FF is #104F00. Grayscale: #CBCBCB. Windows color (decimal): -1068801 or 16756975. OLE color: 16756975.

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

Color convert

RGB 239 176 255 -
CMYK 0.06 0.31 0 0
HSL 287.85º 1% 0.85% -
HSV(B) 287.85º 0.31% 1% -
XYZ 69.17 56.62 101.89 -
YUV 203.84 156.87 153.08 -
System Red Green Blue C M Y K H S L
Decimal 239 176 255 0.06 0.31 0 0 287.85 1 0.85
Hex EF B0 FF 6 1F 0 0 120 64 55
Octal 357 260 377 6 37 0 0 440 144 125
Binary 11101111 10110000 11111111 110 11111 0 0 100100000 1100100 1010101

Color Harmonies of #EFB0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB0FF

Black with #EFB0FF

Text Example


Text Example

White with #EFB0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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