Html Css Color HEX #EB9C8A Tonys Pink

📋 copy color: '#EB9C8A'

red 235 ◦ green 156 ◦ blue 138

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

Shades of Tonys Pink #EB9C8A

Tints of Tonys Pink #EB9C8A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.49%

 BLUE value IS 138 (54.3% from 255) = 26.09%

R = 44.42%
G = 29.49%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB9C8A (or 0xEB9C8A) is known color: Tonys Pink. HEX triplet: EB, 9C and 8A. RGB value is (235,156,138). Sum of RGB (Red+Green+Blue) = 235+156+138=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9C8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9C8A is #146375. Grayscale: #B1B1B1. Windows color (decimal): -1336182 or 9084139. OLE color: 9084139.

HSL color Cylindrical-coordinate representation of color #EB9C8A: hue angle of 11.13º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EB9C8A is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 156 138 -
CMYK 0 0.34 0.41 0.08
HSL 11.13º 0.71% 0.73% -
HSV(B) 11.13º 0.41% 0.92% -
XYZ 50.74 43.27 29.72 -
YUV 177.57 105.67 168.96 -
System Red Green Blue C M Y K H S L
Decimal 235 156 138 0 0.34 0.41 0.08 11.13 0.71 0.73
Hex EB 9C 8A 0 22 29 8 B 47 49
Octal 353 234 212 0 42 51 10 13 107 111
Binary 11101011 10011100 10001010 0 100010 101001 1000 1011 1000111 1001001

Color Harmonies of #EB9C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9C8A

Black with #EB9C8A

Text Example


Text Example

White with #EB9C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9C8A; }

 p { color: rgb(235,156,138); }

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

background-color css

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

 a { background-color: rgb(235,156,138); }

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

border-color css

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

 span { border-color: rgb(235,156,138); }

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