Html Css Color HEX #EBA194 Tonys Pink

📋 copy color: '#EBA194'

red 235 ◦ green 161 ◦ blue 148

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

Shades of Tonys Pink #EBA194

Tints of Tonys Pink #EBA194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.21%

R = 43.2%
G = 29.6%
B = 27.21%

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

#EBA194 (or 0xEBA194) is known color: Tonys Pink. HEX triplet: EB, A1 and 94. RGB value is (235,161,148). Sum of RGB (Red+Green+Blue) = 235+161+148=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 161 (63.28% from 255 or 29.60% from 544); Blue value is 148 (58.20% from 255 or 27.21% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA194 is #145E6B. Grayscale: #B5B5B5. Windows color (decimal): -1334892 or 9740779. OLE color: 9740779.

HSL color Cylindrical-coordinate representation of color #EBA194: hue angle of 8.97º degrees, saturation: 0.69, 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 #EBA194 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 161 148 -
CMYK 0 0.31 0.37 0.08
HSL 8.97º 0.69% 0.75% -
HSV(B) 8.97º 0.37% 0.92% -
XYZ 52.35 45.29 34 -
YUV 181.64 109.02 166.06 -
System Red Green Blue C M Y K H S L
Decimal 235 161 148 0 0.31 0.37 0.08 8.97 0.69 0.75
Hex EB A1 94 0 1F 25 8 9 45 4B
Octal 353 241 224 0 37 45 10 11 105 113
Binary 11101011 10100001 10010100 0 11111 100101 1000 1001 1000101 1001011

Color Harmonies of #EBA194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA194

Black with #EBA194

Text Example


Text Example

White with #EBA194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA194; }

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

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

background-color css

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

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

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

border-color css

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

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

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