Html Css Color HEX #ED9E85 Tonys Pink

📋 copy color: '#ED9E85'

red 237 ◦ green 158 ◦ blue 133

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

Shades of Tonys Pink #ED9E85

Tints of Tonys Pink #ED9E85

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.92%

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

R = 44.89%
G = 29.92%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ED9E85 (or 0xED9E85) is known color: Tonys Pink. HEX triplet: ED, 9E and 85. RGB value is (237,158,133). Sum of RGB (Red+Green+Blue) = 237+158+133=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 133 (52.34% from 255 or 25.19% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9E85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9E85 is #12617A. Grayscale: #B2B2B2. Windows color (decimal): -1204603 or 8756973. OLE color: 8756973.

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

Color convert

RGB 237 158 133 -
CMYK 0 0.33 0.44 0.07
HSL 14.42º 0.74% 0.73% -
HSV(B) 14.42º 0.44% 0.93% -
XYZ 51.39 44.15 28 -
YUV 178.77 102.17 169.53 -
System Red Green Blue C M Y K H S L
Decimal 237 158 133 0 0.33 0.44 0.07 14.42 0.74 0.73
Hex ED 9E 85 0 21 2C 7 E 4A 49
Octal 355 236 205 0 41 54 7 16 112 111
Binary 11101101 10011110 10000101 0 100001 101100 111 1110 1001010 1001001

Color Harmonies of #ED9E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9E85

Black with #ED9E85

Text Example


Text Example

White with #ED9E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9E85; }

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

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

background-color css

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

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

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

border-color css

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

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

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