Html Css Color HEX #ED9D8E Tonys Pink

📋 copy color: '#ED9D8E'

red 237 ◦ green 157 ◦ blue 142

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

Shades of Tonys Pink #ED9D8E

Tints of Tonys Pink #ED9D8E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.29%

 BLUE value IS 142 (55.86% from 255) = 26.49%

R = 44.22%
G = 29.29%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED9D8E (or 0xED9D8E) is known color: Tonys Pink. HEX triplet: ED, 9D and 8E. RGB value is (237,157,142). Sum of RGB (Red+Green+Blue) = 237+157+142=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 157 (61.72% from 255 or 29.29% from 536); Blue value is 142 (55.86% from 255 or 26.49% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9D8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9D8E is #126271. Grayscale: #B3B3B3. Windows color (decimal): -1204850 or 9346541. OLE color: 9346541.

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

Color convert

RGB 237 157 142 -
CMYK 0 0.34 0.40 0.07
HSL 9.47º 0.73% 0.74% -
HSV(B) 9.47º 0.4% 0.93% -
XYZ 51.86 44.07 31.36 -
YUV 179.21 107 169.22 -
System Red Green Blue C M Y K H S L
Decimal 237 157 142 0 0.34 0.40 0.07 9.47 0.73 0.74
Hex ED 9D 8E 0 22 28 7 9 49 4A
Octal 355 235 216 0 42 50 7 11 111 112
Binary 11101101 10011101 10001110 0 100010 101000 111 1001 1001001 1001010

Color Harmonies of #ED9D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9D8E

Black with #ED9D8E

Text Example


Text Example

White with #ED9D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9D8E; }

 p { color: rgb(237,157,142); }

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

background-color css

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

 a { background-color: rgb(237,157,142); }

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

border-color css

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

 span { border-color: rgb(237,157,142); }

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