Html Css Color HEX #EB9E8C Tonys Pink

📋 copy color: '#EB9E8C'

red 235 ◦ green 158 ◦ blue 140

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

Shades of Tonys Pink #EB9E8C

Tints of Tonys Pink #EB9E8C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.64%

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

R = 44.09%
G = 29.64%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB9E8C (or 0xEB9E8C) is known color: Tonys Pink. HEX triplet: EB, 9E and 8C. RGB value is (235,158,140). Sum of RGB (Red+Green+Blue) = 235+158+140=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 158 (62.11% from 255 or 29.64% from 533); Blue value is 140 (55.08% from 255 or 26.27% from 533); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9E8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9E8C is #146173. Grayscale: #B3B3B3. Windows color (decimal): -1335668 or 9215723. OLE color: 9215723.

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

Color convert

RGB 235 158 140 -
CMYK 0 0.33 0.40 0.08
HSL 11.37º 0.7% 0.74% -
HSV(B) 11.37º 0.4% 0.92% -
XYZ 51.22 44.01 30.61 -
YUV 178.97 106.01 167.96 -
System Red Green Blue C M Y K H S L
Decimal 235 158 140 0 0.33 0.40 0.08 11.37 0.7 0.74
Hex EB 9E 8C 0 21 28 8 B 46 4A
Octal 353 236 214 0 41 50 10 13 106 112
Binary 11101011 10011110 10001100 0 100001 101000 1000 1011 1000110 1001010

Color Harmonies of #EB9E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9E8C

Black with #EB9E8C

Text Example


Text Example

White with #EB9E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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