Html Css Color HEX #EA9785 Tonys Pink

📋 copy color: '#EA9785'

red 234 ◦ green 151 ◦ blue 133

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

Shades of Tonys Pink #EA9785

Tints of Tonys Pink #EA9785

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.15%

 BLUE value IS 133 (52.34% from 255) = 25.68%

R = 45.17%
G = 29.15%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EA9785 (or 0xEA9785) is known color: Tonys Pink. HEX triplet: EA, 97 and 85. RGB value is (234,151,133). Sum of RGB (Red+Green+Blue) = 234+151+133=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9785 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9785 is #15687A. Grayscale: #ADADAD. Windows color (decimal): -1403003 or 8755178. OLE color: 8755178.

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

Color convert

RGB 234 151 133 -
CMYK 0 0.35 0.43 0.08
HSL 10.69º 0.71% 0.72% -
HSV(B) 10.69º 0.43% 0.92% -
XYZ 49.23 41.32 27.57 -
YUV 173.77 105 170.96 -
System Red Green Blue C M Y K H S L
Decimal 234 151 133 0 0.35 0.43 0.08 10.69 0.71 0.72
Hex EA 97 85 0 23 2B 8 B 47 48
Octal 352 227 205 0 43 53 10 13 107 110
Binary 11101010 10010111 10000101 0 100011 101011 1000 1011 1000111 1001000

Color Harmonies of #EA9785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9785

Black with #EA9785

Text Example


Text Example

White with #EA9785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9785; }

 p { color: rgb(234,151,133); }

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

background-color css

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

 a { background-color: rgb(234,151,133); }

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

border-color css

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

 span { border-color: rgb(234,151,133); }

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