Html Css Color HEX #EBA195 Tonys Pink

📋 copy color: '#EBA195'

red 235 ◦ green 161 ◦ blue 149

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

Shades of Tonys Pink #EBA195

Tints of Tonys Pink #EBA195

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.54%

 BLUE value IS 149 (58.59% from 255) = 27.34%

R = 43.12%
G = 29.54%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EBA195 (or 0xEBA195) is known color: Tonys Pink. HEX triplet: EB, A1 and 95. RGB value is (235,161,149). Sum of RGB (Red+Green+Blue) = 235+161+149=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 161 (63.28% from 255 or 29.54% from 545); Blue value is 149 (58.59% from 255 or 27.34% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA195 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA195 is #145E6A. Grayscale: #B5B5B5. Windows color (decimal): -1334891 or 9806315. OLE color: 9806315.

HSL color Cylindrical-coordinate representation of color #EBA195: hue angle of 8.37º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EBA195 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 161 149 -
CMYK 0 0.31 0.37 0.08
HSL 8.37º 0.68% 0.75% -
HSV(B) 8.37º 0.37% 0.92% -
XYZ 52.43 45.32 34.42 -
YUV 181.76 109.52 165.98 -
System Red Green Blue C M Y K H S L
Decimal 235 161 149 0 0.31 0.37 0.08 8.37 0.68 0.75
Hex EB A1 95 0 1F 25 8 8 44 4B
Octal 353 241 225 0 37 45 10 10 104 113
Binary 11101011 10100001 10010101 0 11111 100101 1000 1000 1000100 1001011

Color Harmonies of #EBA195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA195

Black with #EBA195

Text Example


Text Example

White with #EBA195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA195; }

 p { color: rgb(235,161,149); }

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

background-color css

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

 a { background-color: rgb(235,161,149); }

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

border-color css

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

 span { border-color: rgb(235,161,149); }

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