Html Css Color HEX #EB9A8C Tonys Pink

📋 copy color: '#EB9A8C'

red 235 ◦ green 154 ◦ blue 140

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

Shades of Tonys Pink #EB9A8C

Tints of Tonys Pink #EB9A8C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.11%

 BLUE value IS 140 (55.08% from 255) = 26.47%

R = 44.42%
G = 29.11%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB9A8C (or 0xEB9A8C) is known color: Tonys Pink. HEX triplet: EB, 9A and 8C. RGB value is (235,154,140). Sum of RGB (Red+Green+Blue) = 235+154+140=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 140 (55.08% from 255 or 26.47% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9A8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9A8C is #146573. Grayscale: #B0B0B0. Windows color (decimal): -1336692 or 9214699. OLE color: 9214699.

HSL color Cylindrical-coordinate representation of color #EB9A8C: hue angle of 8.84º 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 #EB9A8C is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 154 140 -
CMYK 0 0.34 0.40 0.08
HSL 8.84º 0.7% 0.74% -
HSV(B) 8.84º 0.4% 0.92% -
XYZ 50.55 42.67 30.38 -
YUV 176.62 107.34 169.64 -
System Red Green Blue C M Y K H S L
Decimal 235 154 140 0 0.34 0.40 0.08 8.84 0.7 0.74
Hex EB 9A 8C 0 22 28 8 9 46 4A
Octal 353 232 214 0 42 50 10 11 106 112
Binary 11101011 10011010 10001100 0 100010 101000 1000 1001 1000110 1001010

Color Harmonies of #EB9A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9A8C

Black with #EB9A8C

Text Example


Text Example

White with #EB9A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9A8C; }

 p { color: rgb(235,154,140); }

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

background-color css

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

 a { background-color: rgb(235,154,140); }

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

border-color css

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

 span { border-color: rgb(235,154,140); }

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