Html Css Color HEX #ED9F8C Tonys Pink

📋 copy color: '#ED9F8C'

red 237 ◦ green 159 ◦ blue 140

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

Shades of Tonys Pink #ED9F8C

Tints of Tonys Pink #ED9F8C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.66%

 BLUE value IS 140 (55.08% from 255) = 26.12%

R = 44.22%
G = 29.66%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED9F8C (or 0xED9F8C) is known color: Tonys Pink. HEX triplet: ED, 9F and 8C. RGB value is (237,159,140). Sum of RGB (Red+Green+Blue) = 237+159+140=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 140 (55.08% from 255 or 26.12% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9F8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9F8C is #126073. Grayscale: #B4B4B4. Windows color (decimal): -1204340 or 9215981. OLE color: 9215981.

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

Color convert

RGB 237 159 140 -
CMYK 0 0.33 0.41 0.07
HSL 11.75º 0.73% 0.74% -
HSV(B) 11.75º 0.41% 0.93% -
XYZ 52.06 44.69 30.69 -
YUV 180.16 105.34 168.54 -
System Red Green Blue C M Y K H S L
Decimal 237 159 140 0 0.33 0.41 0.07 11.75 0.73 0.74
Hex ED 9F 8C 0 21 29 7 C 49 4A
Octal 355 237 214 0 41 51 7 14 111 112
Binary 11101101 10011111 10001100 0 100001 101001 111 1100 1001001 1001010

Color Harmonies of #ED9F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9F8C

Black with #ED9F8C

Text Example


Text Example

White with #ED9F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9F8C; }

 p { color: rgb(237,159,140); }

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

background-color css

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

 a { background-color: rgb(237,159,140); }

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

border-color css

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

 span { border-color: rgb(237,159,140); }

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