Html Css Color HEX #EBB8F2 Mauve

📋 copy color: '#EBB8F2'

red 235 ◦ green 184 ◦ blue 242

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

Shades of Mauve #EBB8F2

Tints of Mauve #EBB8F2

RGB

 RED value IS 235 (92.19% from 255) = 35.55%

 GREEN value IS 184 (72.27% from 255) = 27.84%

 BLUE value IS 242 (94.92% from 255) = 36.61%

R = 35.55%
G = 27.84%
B = 36.61%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EBB8F2 (or 0xEBB8F2) is known color: Mauve. HEX triplet: EB, B8 and F2. RGB value is (235,184,242). Sum of RGB (Red+Green+Blue) = 235+184+242=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 184 (72.27% from 255 or 27.84% from 661); Blue value is 242 (94.92% from 255 or 36.61% from 661); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBB8F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB8F2 is #14470D. Grayscale: #CDCDCD. Windows color (decimal): -1328910 or 15907051. OLE color: 15907051.

HSL color Cylindrical-coordinate representation of color #EBB8F2: hue angle of 292.76º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBB8F2 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 184 242 -
CMYK 0.03 0.24 0 0.05
HSL 292.76º 0.69% 0.84% -
HSV(B) 292.76º 0.24% 0.95% -
XYZ 67.43 58.35 91.71 -
YUV 205.86 148.4 148.78 -
System Red Green Blue C M Y K H S L
Decimal 235 184 242 0.03 0.24 0 0.05 292.76 0.69 0.84
Hex EB B8 F2 3 18 0 5 125 45 54
Octal 353 270 362 3 30 0 5 445 105 124
Binary 11101011 10111000 11110010 11 11000 0 101 100100101 1000101 1010100

Color Harmonies of #EBB8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB8F2

Black with #EBB8F2

Text Example


Text Example

White with #EBB8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB8F2; }

 p { color: rgb(235,184,242); }

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

background-color css

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

 a { background-color: rgb(235,184,242); }

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

border-color css

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

 span { border-color: rgb(235,184,242); }

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