Html Css Color HEX #ED9C8D Tonys Pink

📋 copy color: '#ED9C8D'

red 237 ◦ green 156 ◦ blue 141

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

Shades of Tonys Pink #ED9C8D

Tints of Tonys Pink #ED9C8D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.21%

 BLUE value IS 141 (55.47% from 255) = 26.4%

R = 44.38%
G = 29.21%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED9C8D (or 0xED9C8D) is known color: Tonys Pink. HEX triplet: ED, 9C and 8D. RGB value is (237,156,141). Sum of RGB (Red+Green+Blue) = 237+156+141=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 156 (61.33% from 255 or 29.21% from 534); Blue value is 141 (55.47% from 255 or 26.40% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9C8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9C8D is #126372. Grayscale: #B2B2B2. Windows color (decimal): -1205107 or 9280749. OLE color: 9280749.

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

Color convert

RGB 237 156 141 -
CMYK 0 0.34 0.41 0.07
HSL 9.38º 0.73% 0.74% -
HSV(B) 9.38º 0.41% 0.93% -
XYZ 51.62 43.7 30.91 -
YUV 178.51 106.84 169.72 -
System Red Green Blue C M Y K H S L
Decimal 237 156 141 0 0.34 0.41 0.07 9.38 0.73 0.74
Hex ED 9C 8D 0 22 29 7 9 49 4A
Octal 355 234 215 0 42 51 7 11 111 112
Binary 11101101 10011100 10001101 0 100010 101001 111 1001 1001001 1001010

Color Harmonies of #ED9C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9C8D

Black with #ED9C8D

Text Example


Text Example

White with #ED9C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9C8D; }

 p { color: rgb(237,156,141); }

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

background-color css

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

 a { background-color: rgb(237,156,141); }

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

border-color css

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

 span { border-color: rgb(237,156,141); }

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