Html Css Color HEX #E6B5EF Mauve

📋 copy color: '#E6B5EF'

red 230 ◦ green 181 ◦ blue 239

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

Shades of Mauve #E6B5EF

Tints of Mauve #E6B5EF

RGB

 RED value IS 230 (90.23% from 255) = 35.38%

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

 BLUE value IS 239 (93.75% from 255) = 36.77%

R = 35.38%
G = 27.85%
B = 36.77%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E6B5EF (or 0xE6B5EF) is known color: Mauve. HEX triplet: E6, B5 and EF. RGB value is (230,181,239). Sum of RGB (Red+Green+Blue) = 230+181+239=650 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.38% from 650); Green value is 181 (71.09% from 255 or 27.85% from 650); Blue value is 239 (93.75% from 255 or 36.77% from 650); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6B5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6B5EF is #194A10. Grayscale: #CACACA. Windows color (decimal): -1657361 or 15709670. OLE color: 15709670.

HSL color Cylindrical-coordinate representation of color #E6B5EF: hue angle of 290.69º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6B5EF is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 230 181 239 -
CMYK 0.04 0.24 0 0.06
HSL 290.69º 0.64% 0.82% -
HSV(B) 290.69º 0.24% 0.94% -
XYZ 64.74 56.1 89.08 -
YUV 202.26 148.73 147.78 -
System Red Green Blue C M Y K H S L
Decimal 230 181 239 0.04 0.24 0 0.06 290.69 0.64 0.82
Hex E6 B5 EF 4 18 0 6 123 40 52
Octal 346 265 357 4 30 0 6 443 100 122
Binary 11100110 10110101 11101111 100 11000 0 110 100100011 1000000 1010010

Color Harmonies of #E6B5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B5EF

Black with #E6B5EF

Text Example


Text Example

White with #E6B5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B5EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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