Html Css Color HEX #EA9D87 Tonys Pink

📋 copy color: '#EA9D87'

red 234 ◦ green 157 ◦ blue 135

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

Shades of Tonys Pink #EA9D87

Tints of Tonys Pink #EA9D87

RGB

 RED value IS 234 (91.8% from 255) = 44.49%

 GREEN value IS 157 (61.72% from 255) = 29.85%

 BLUE value IS 135 (53.13% from 255) = 25.67%

R = 44.49%
G = 29.85%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EA9D87 (or 0xEA9D87) is known color: Tonys Pink. HEX triplet: EA, 9D and 87. RGB value is (234,157,135). Sum of RGB (Red+Green+Blue) = 234+157+135=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 135 (53.12% from 255 or 25.67% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D87 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9D87 is #156278. Grayscale: #B1B1B1. Windows color (decimal): -1401465 or 8887786. OLE color: 8887786.

HSL color Cylindrical-coordinate representation of color #EA9D87: hue angle of 13.33º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EA9D87 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 157 135 -
CMYK 0 0.33 0.42 0.08
HSL 13.33º 0.7% 0.72% -
HSV(B) 13.33º 0.42% 0.92% -
XYZ 50.36 43.36 28.64 -
YUV 177.52 104.01 168.29 -
System Red Green Blue C M Y K H S L
Decimal 234 157 135 0 0.33 0.42 0.08 13.33 0.7 0.72
Hex EA 9D 87 0 21 2A 8 D 46 48
Octal 352 235 207 0 41 52 10 15 106 110
Binary 11101010 10011101 10000111 0 100001 101010 1000 1101 1000110 1001000

Color Harmonies of #EA9D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9D87

Black with #EA9D87

Text Example


Text Example

White with #EA9D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9D87; }

 p { color: rgb(234,157,135); }

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

background-color css

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

 a { background-color: rgb(234,157,135); }

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

border-color css

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

 span { border-color: rgb(234,157,135); }

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