Html Css Color HEX #ED9B89 Tonys Pink

📋 copy color: '#ED9B89'

red 237 ◦ green 155 ◦ blue 137

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

Shades of Tonys Pink #ED9B89

Tints of Tonys Pink #ED9B89

RGB

 RED value IS 237 (92.97% from 255) = 44.8%

 GREEN value IS 155 (60.94% from 255) = 29.3%

 BLUE value IS 137 (53.91% from 255) = 25.9%

R = 44.8%
G = 29.3%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED9B89 (or 0xED9B89) is known color: Tonys Pink. HEX triplet: ED, 9B and 89. RGB value is (237,155,137). Sum of RGB (Red+Green+Blue) = 237+155+137=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 137 (53.91% from 255 or 25.90% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9B89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9B89 is #126476. Grayscale: #B1B1B1. Windows color (decimal): -1205367 or 9018349. OLE color: 9018349.

HSL color Cylindrical-coordinate representation of color #ED9B89: hue angle of 10.8º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ED9B89 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 155 137 -
CMYK 0 0.35 0.42 0.07
HSL 10.8º 0.74% 0.73% -
HSV(B) 10.8º 0.42% 0.93% -
XYZ 51.16 43.25 29.32 -
YUV 177.47 105.17 170.46 -
System Red Green Blue C M Y K H S L
Decimal 237 155 137 0 0.35 0.42 0.07 10.8 0.74 0.73
Hex ED 9B 89 0 23 2A 7 B 4A 49
Octal 355 233 211 0 43 52 7 13 112 111
Binary 11101101 10011011 10001001 0 100011 101010 111 1011 1001010 1001001

Color Harmonies of #ED9B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9B89

Black with #ED9B89

Text Example


Text Example

White with #ED9B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9B89; }

 p { color: rgb(237,155,137); }

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

background-color css

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

 a { background-color: rgb(237,155,137); }

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

border-color css

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

 span { border-color: rgb(237,155,137); }

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