Html Css Color HEX #EFB5FF Mauve

📋 copy color: '#EFB5FF'

red 239 ◦ green 181 ◦ blue 255

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

Shades of Mauve #EFB5FF

Tints of Mauve #EFB5FF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 26.81%

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

R = 35.41%
G = 26.81%
B = 37.78%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EFB5FF (or 0xEFB5FF) is known color: Mauve. HEX triplet: EF, B5 and FF. RGB value is (239,181,255). Sum of RGB (Red+Green+Blue) = 239+181+255=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 181 (71.09% from 255 or 26.81% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFB5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB5FF is #104A00. Grayscale: #CECECE. Windows color (decimal): -1067521 or 16758255. OLE color: 16758255.

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

Color convert

RGB 239 181 255 -
CMYK 0.06 0.29 0 0
HSL 287.03º 1% 0.85% -
HSV(B) 287.03º 0.29% 1% -
XYZ 70.17 58.62 102.22 -
YUV 206.78 155.22 150.98 -
System Red Green Blue C M Y K H S L
Decimal 239 181 255 0.06 0.29 0 0 287.03 1 0.85
Hex EF B5 FF 6 1D 0 0 11F 64 55
Octal 357 265 377 6 35 0 0 437 144 125
Binary 11101111 10110101 11111111 110 11101 0 0 100011111 1100100 1010101

Color Harmonies of #EFB5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB5FF

Black with #EFB5FF

Text Example


Text Example

White with #EFB5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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