Html Css Color HEX #EBAB8D Tonys Pink

📋 copy color: '#EBAB8D'

red 235 ◦ green 171 ◦ blue 141

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

Shades of Tonys Pink #EBAB8D

Tints of Tonys Pink #EBAB8D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.26%

 BLUE value IS 141 (55.47% from 255) = 25.78%

R = 42.96%
G = 31.26%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EBAB8D (or 0xEBAB8D) is known color: Tonys Pink. HEX triplet: EB, AB and 8D. RGB value is (235,171,141). Sum of RGB (Red+Green+Blue) = 235+171+141=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 141 (55.47% from 255 or 25.78% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAB8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAB8D is #145472. Grayscale: #BABABA. Windows color (decimal): -1332339 or 9284587. OLE color: 9284587.

HSL color Cylindrical-coordinate representation of color #EBAB8D: hue angle of 19.15º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBAB8D is Cyan = 0, Magento = 0.27, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 171 141 -
CMYK 0 0.27 0.4 0.08
HSL 19.15º 0.7% 0.74% -
HSV(B) 19.15º 0.4% 0.92% -
XYZ 53.63 48.71 31.77 -
YUV 186.72 102.2 162.44 -
System Red Green Blue C M Y K H S L
Decimal 235 171 141 0 0.27 0.4 0.08 19.15 0.7 0.74
Hex EB AB 8D 0 1B 28 8 13 46 4A
Octal 353 253 215 0 33 50 10 23 106 112
Binary 11101011 10101011 10001101 0 11011 101000 1000 10011 1000110 1001010

Color Harmonies of #EBAB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAB8D

Black with #EBAB8D

Text Example


Text Example

White with #EBAB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAB8D; }

 p { color: rgb(235,171,141); }

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

background-color css

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

 a { background-color: rgb(235,171,141); }

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

border-color css

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

 span { border-color: rgb(235,171,141); }

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