Html Css Color HEX #ED9F8E Tonys Pink

📋 copy color: '#ED9F8E'

red 237 ◦ green 159 ◦ blue 142

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

Shades of Tonys Pink #ED9F8E

Tints of Tonys Pink #ED9F8E

RGB

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

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

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

R = 44.05%
G = 29.55%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED9F8E (or 0xED9F8E) is known color: Tonys Pink. HEX triplet: ED, 9F and 8E. RGB value is (237,159,142). Sum of RGB (Red+Green+Blue) = 237+159+142=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 159 (62.5% from 255 or 29.55% from 538); Blue value is 142 (55.86% from 255 or 26.39% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9F8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9F8E is #126071. Grayscale: #B4B4B4. Windows color (decimal): -1204338 or 9347053. OLE color: 9347053.

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

Color convert

RGB 237 159 142 -
CMYK 0 0.33 0.40 0.07
HSL 10.74º 0.73% 0.74% -
HSV(B) 10.74º 0.4% 0.93% -
XYZ 52.21 44.75 31.48 -
YUV 180.38 106.34 168.38 -
System Red Green Blue C M Y K H S L
Decimal 237 159 142 0 0.33 0.40 0.07 10.74 0.73 0.74
Hex ED 9F 8E 0 21 28 7 B 49 4A
Octal 355 237 216 0 41 50 7 13 111 112
Binary 11101101 10011111 10001110 0 100001 101000 111 1011 1001001 1001010

Color Harmonies of #ED9F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9F8E

Black with #ED9F8E

Text Example


Text Example

White with #ED9F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9F8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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