Html Css Color HEX #EB9CA6 Mauvelous

📋 copy color: '#EB9CA6'

red 235 ◦ green 156 ◦ blue 166

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

Shades of Mauvelous #EB9CA6

Tints of Mauvelous #EB9CA6

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.01%

 BLUE value IS 166 (65.23% from 255) = 29.8%

R = 42.19%
G = 28.01%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EB9CA6 (or 0xEB9CA6) is known color: Mauvelous. HEX triplet: EB, 9C and A6. RGB value is (235,156,166). Sum of RGB (Red+Green+Blue) = 235+156+166=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 156 (61.33% from 255 or 28.01% from 557); Blue value is 166 (65.23% from 255 or 29.80% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9CA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9CA6 is #146359. Grayscale: #B4B4B4. Windows color (decimal): -1336154 or 10919147. OLE color: 10919147.

HSL color Cylindrical-coordinate representation of color #EB9CA6: hue angle of 352.41º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EB9CA6 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 156 166 -
CMYK 0 0.34 0.29 0.08
HSL 352.41º 0.66% 0.77% -
HSV(B) 352.41º 0.34% 0.92% -
XYZ 53.03 44.19 41.81 -
YUV 180.76 119.67 166.69 -
System Red Green Blue C M Y K H S L
Decimal 235 156 166 0 0.34 0.29 0.08 352.41 0.66 0.77
Hex EB 9C A6 0 22 1D 8 160 42 4D
Octal 353 234 246 0 42 35 10 540 102 115
Binary 11101011 10011100 10100110 0 100010 11101 1000 101100000 1000010 1001101

Color Harmonies of #EB9CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9CA6

Black with #EB9CA6

Text Example


Text Example

White with #EB9CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9CA6; }

 p { color: rgb(235,156,166); }

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

background-color css

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

 a { background-color: rgb(235,156,166); }

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

border-color css

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

 span { border-color: rgb(235,156,166); }

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