Html Css Color HEX #ED9F94 Tonys Pink

📋 copy color: '#ED9F94'

red 237 ◦ green 159 ◦ blue 148

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

Shades of Tonys Pink #ED9F94

Tints of Tonys Pink #ED9F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.21%

R = 43.57%
G = 29.23%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ED9F94 (or 0xED9F94) is known color: Tonys Pink. HEX triplet: ED, 9F and 94. RGB value is (237,159,148). Sum of RGB (Red+Green+Blue) = 237+159+148=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 148 (58.20% from 255 or 27.21% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9F94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9F94 is #12606B. Grayscale: #B5B5B5. Windows color (decimal): -1204332 or 9740269. OLE color: 9740269.

HSL color Cylindrical-coordinate representation of color #ED9F94: hue angle of 7.42º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ED9F94 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 159 148 -
CMYK 0 0.33 0.38 0.07
HSL 7.42º 0.71% 0.75% -
HSV(B) 7.42º 0.38% 0.93% -
XYZ 52.67 44.94 33.92 -
YUV 181.07 109.34 167.89 -
System Red Green Blue C M Y K H S L
Decimal 237 159 148 0 0.33 0.38 0.07 7.42 0.71 0.75
Hex ED 9F 94 0 21 26 7 7 47 4B
Octal 355 237 224 0 41 46 7 7 107 113
Binary 11101101 10011111 10010100 0 100001 100110 111 111 1000111 1001011

Color Harmonies of #ED9F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9F94

Black with #ED9F94

Text Example


Text Example

White with #ED9F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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