Html Css Color HEX #EB9AFF Mauve

📋 copy color: '#EB9AFF'

red 235 ◦ green 154 ◦ blue 255

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

Shades of Mauve #EB9AFF

Tints of Mauve #EB9AFF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 23.91%

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

R = 36.49%
G = 23.91%
B = 39.6%

CMYK

 C value IS 0.08

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EB9AFF (or 0xEB9AFF) is known color: Mauve. HEX triplet: EB, 9A and FF. RGB value is (235,154,255). Sum of RGB (Red+Green+Blue) = 235+154+255=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 154 (60.55% from 255 or 23.91% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB9AFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9AFF is #146500. Grayscale: #BDBDBD. Windows color (decimal): -1336577 or 16751339. OLE color: 16751339.

HSL color Cylindrical-coordinate representation of color #EB9AFF: hue angle of 288.12º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB9AFF is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 235 154 255 -
CMYK 0.08 0.40 0 0
HSL 288.12º 1% 0.8% -
HSV(B) 288.12º 0.4% 1% -
XYZ 63.87 47.99 100.51 -
YUV 189.73 164.84 160.29 -
System Red Green Blue C M Y K H S L
Decimal 235 154 255 0.08 0.40 0 0 288.12 1 0.8
Hex EB 9A FF 8 28 0 0 120 64 50
Octal 353 232 377 10 50 0 0 440 144 120
Binary 11101011 10011010 11111111 1000 101000 0 0 100100000 1100100 1010000

Color Harmonies of #EB9AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9AFF

Black with #EB9AFF

Text Example


Text Example

White with #EB9AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9AFF; }

 p { color: rgb(235,154,255); }

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

background-color css

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

 a { background-color: rgb(235,154,255); }

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

border-color css

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

 span { border-color: rgb(235,154,255); }

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