Html Css Color HEX #ED9A85 Tonys Pink

📋 copy color: '#ED9A85'

red 237 ◦ green 154 ◦ blue 133

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

Shades of Tonys Pink #ED9A85

Tints of Tonys Pink #ED9A85

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.39%

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

R = 45.23%
G = 29.39%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ED9A85 (or 0xED9A85) is known color: Tonys Pink. HEX triplet: ED, 9A and 85. RGB value is (237,154,133). Sum of RGB (Red+Green+Blue) = 237+154+133=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9A85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9A85 is #12657A. Grayscale: #B0B0B0. Windows color (decimal): -1205627 or 8755949. OLE color: 8755949.

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

Color convert

RGB 237 154 133 -
CMYK 0 0.35 0.44 0.07
HSL 12.12º 0.74% 0.73% -
HSV(B) 12.12º 0.44% 0.93% -
XYZ 50.71 42.81 27.78 -
YUV 176.42 103.5 171.21 -
System Red Green Blue C M Y K H S L
Decimal 237 154 133 0 0.35 0.44 0.07 12.12 0.74 0.73
Hex ED 9A 85 0 23 2C 7 C 4A 49
Octal 355 232 205 0 43 54 7 14 112 111
Binary 11101101 10011010 10000101 0 100011 101100 111 1100 1001010 1001001

Color Harmonies of #ED9A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9A85

Black with #ED9A85

Text Example


Text Example

White with #ED9A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9A85; }

 p { color: rgb(237,154,133); }

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

background-color css

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

 a { background-color: rgb(237,154,133); }

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

border-color css

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

 span { border-color: rgb(237,154,133); }

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