Html Css Color HEX #E6B2FB Mauve

📋 copy color: '#E6B2FB'

red 230 ◦ green 178 ◦ blue 251

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

Shades of Mauve #E6B2FB

Tints of Mauve #E6B2FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.09%

R = 34.9%
G = 27.01%
B = 38.09%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E6B2FB (or 0xE6B2FB) is known color: Mauve. HEX triplet: E6, B2 and FB. RGB value is (230,178,251). Sum of RGB (Red+Green+Blue) = 230+178+251=659 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.90% from 659); Green value is 178 (69.92% from 255 or 27.01% from 659); Blue value is 251 (98.44% from 255 or 38.09% from 659); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6B2FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6B2FB is #194D04. Grayscale: #C9C9C9. Windows color (decimal): -1658117 or 16495334. OLE color: 16495334.

HSL color Cylindrical-coordinate representation of color #E6B2FB: hue angle of 282.74º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E6B2FB is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 178 251 -
CMYK 0.08 0.29 0 0.02
HSL 282.74º 0.9% 0.84% -
HSV(B) 282.74º 0.29% 0.98% -
XYZ 65.97 55.63 98.53 -
YUV 201.87 155.73 148.06 -
System Red Green Blue C M Y K H S L
Decimal 230 178 251 0.08 0.29 0 0.02 282.74 0.9 0.84
Hex E6 B2 FB 8 1D 0 2 11B 5A 54
Octal 346 262 373 10 35 0 2 433 132 124
Binary 11100110 10110010 11111011 1000 11101 0 10 100011011 1011010 1010100

Color Harmonies of #E6B2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B2FB

Black with #E6B2FB

Text Example


Text Example

White with #E6B2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B2FB; }

 p { color: rgb(230,178,251); }

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

background-color css

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

 a { background-color: rgb(230,178,251); }

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

border-color css

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

 span { border-color: rgb(230,178,251); }

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