Html Css Color HEX #ED9889 Tonys Pink

📋 copy color: '#ED9889'

red 237 ◦ green 152 ◦ blue 137

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

Shades of Tonys Pink #ED9889

Tints of Tonys Pink #ED9889

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.9%

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

R = 45.06%
G = 28.9%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED9889 (or 0xED9889) is known color: Tonys Pink. HEX triplet: ED, 98 and 89. RGB value is (237,152,137). Sum of RGB (Red+Green+Blue) = 237+152+137=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 137 (53.91% from 255 or 26.05% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9889 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9889 is #126776. Grayscale: #AFAFAF. Windows color (decimal): -1206135 or 9017581. OLE color: 9017581.

HSL color Cylindrical-coordinate representation of color #ED9889: hue angle of 9º 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 #ED9889 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 152 137 -
CMYK 0 0.36 0.42 0.07
HSL 0.74% 0.73% -
HSV(B) 0.42% 0.93% -
XYZ 50.67 42.27 29.15 -
YUV 175.71 106.16 171.72 -
System Red Green Blue C M Y K H S L
Decimal 237 152 137 0 0.36 0.42 0.07 9 0.74 0.73
Hex ED 98 89 0 24 2A 7 9 4A 49
Octal 355 230 211 0 44 52 7 11 112 111
Binary 11101101 10011000 10001001 0 100100 101010 111 1001 1001010 1001001

Color Harmonies of #ED9889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9889

Black with #ED9889

Text Example


Text Example

White with #ED9889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9889; }

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

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

background-color css

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

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

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

border-color css

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

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

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