Html Css Color HEX #EB9E8D Tonys Pink

📋 copy color: '#EB9E8D'

red 235 ◦ green 158 ◦ blue 141

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

Shades of Tonys Pink #EB9E8D

Tints of Tonys Pink #EB9E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.4%

R = 44.01%
G = 29.59%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB9E8D (or 0xEB9E8D) is known color: Tonys Pink. HEX triplet: EB, 9E and 8D. RGB value is (235,158,141). Sum of RGB (Red+Green+Blue) = 235+158+141=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 141 (55.47% from 255 or 26.40% from 534); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9E8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9E8D is #146172. Grayscale: #B3B3B3. Windows color (decimal): -1335667 or 9281259. OLE color: 9281259.

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

Color convert

RGB 235 158 141 -
CMYK 0 0.33 0.4 0.08
HSL 10.85º 0.7% 0.74% -
HSV(B) 10.85º 0.4% 0.92% -
XYZ 51.3 44.04 31 -
YUV 179.09 106.51 167.88 -
System Red Green Blue C M Y K H S L
Decimal 235 158 141 0 0.33 0.4 0.08 10.85 0.7 0.74
Hex EB 9E 8D 0 21 28 8 B 46 4A
Octal 353 236 215 0 41 50 10 13 106 112
Binary 11101011 10011110 10001101 0 100001 101000 1000 1011 1000110 1001010

Color Harmonies of #EB9E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9E8D

Black with #EB9E8D

Text Example


Text Example

White with #EB9E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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