Html Css Color HEX #EB9A8E Tonys Pink

📋 copy color: '#EB9A8E'

red 235 ◦ green 154 ◦ blue 142

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

Shades of Tonys Pink #EB9A8E

Tints of Tonys Pink #EB9A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.74%

R = 44.26%
G = 29%
B = 26.74%

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

#EB9A8E (or 0xEB9A8E) is known color: Tonys Pink. HEX triplet: EB, 9A and 8E. RGB value is (235,154,142). Sum of RGB (Red+Green+Blue) = 235+154+142=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 142 (55.86% from 255 or 26.74% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9A8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9A8E is #146571. Grayscale: #B0B0B0. Windows color (decimal): -1336690 or 9345771. OLE color: 9345771.

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

Color convert

RGB 235 154 142 -
CMYK 0 0.34 0.40 0.08
HSL 7.74º 0.7% 0.74% -
HSV(B) 7.74º 0.4% 0.92% -
XYZ 50.7 42.73 31.17 -
YUV 176.85 108.34 169.48 -
System Red Green Blue C M Y K H S L
Decimal 235 154 142 0 0.34 0.40 0.08 7.74 0.7 0.74
Hex EB 9A 8E 0 22 28 8 8 46 4A
Octal 353 232 216 0 42 50 10 10 106 112
Binary 11101011 10011010 10001110 0 100010 101000 1000 1000 1000110 1001010

Color Harmonies of #EB9A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9A8E

Black with #EB9A8E

Text Example


Text Example

White with #EB9A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9A8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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