Html Css Color HEX #EBA08F Tonys Pink

📋 copy color: '#EBA08F'

red 235 ◦ green 160 ◦ blue 143

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

Shades of Tonys Pink #EBA08F

Tints of Tonys Pink #EBA08F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.74%

 BLUE value IS 143 (56.25% from 255) = 26.58%

R = 43.68%
G = 29.74%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EBA08F (or 0xEBA08F) is known color: Tonys Pink. HEX triplet: EB, A0 and 8F. RGB value is (235,160,143). Sum of RGB (Red+Green+Blue) = 235+160+143=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 160 (62.89% from 255 or 29.74% from 538); Blue value is 143 (56.25% from 255 or 26.58% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA08F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA08F is #145F70. Grayscale: #B4B4B4. Windows color (decimal): -1335153 or 9412843. OLE color: 9412843.

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

Color convert

RGB 235 160 143 -
CMYK 0 0.32 0.39 0.08
HSL 11.09º 0.7% 0.74% -
HSV(B) 11.09º 0.39% 0.92% -
XYZ 51.79 44.79 31.9 -
YUV 180.49 106.85 166.88 -
System Red Green Blue C M Y K H S L
Decimal 235 160 143 0 0.32 0.39 0.08 11.09 0.7 0.74
Hex EB A0 8F 0 20 27 8 B 46 4A
Octal 353 240 217 0 40 47 10 13 106 112
Binary 11101011 10100000 10001111 0 100000 100111 1000 1011 1000110 1001010

Color Harmonies of #EBA08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA08F

Black with #EBA08F

Text Example


Text Example

White with #EBA08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA08F; }

 p { color: rgb(235,160,143); }

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

background-color css

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

 a { background-color: rgb(235,160,143); }

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

border-color css

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

 span { border-color: rgb(235,160,143); }

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