Html Css Color HEX #ED9F8B Tonys Pink

📋 copy color: '#ED9F8B'

red 237 ◦ green 159 ◦ blue 139

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

Shades of Tonys Pink #ED9F8B

Tints of Tonys Pink #ED9F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.98%

R = 44.3%
G = 29.72%
B = 25.98%

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

#ED9F8B (or 0xED9F8B) is known color: Tonys Pink. HEX triplet: ED, 9F and 8B. RGB value is (237,159,139). Sum of RGB (Red+Green+Blue) = 237+159+139=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 139 (54.69% from 255 or 25.98% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9F8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9F8B is #126074. Grayscale: #B4B4B4. Windows color (decimal): -1204341 or 9150445. OLE color: 9150445.

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

Color convert

RGB 237 159 139 -
CMYK 0 0.33 0.41 0.07
HSL 12.24º 0.73% 0.74% -
HSV(B) 12.24º 0.41% 0.93% -
XYZ 51.98 44.66 30.31 -
YUV 180.04 104.84 168.63 -
System Red Green Blue C M Y K H S L
Decimal 237 159 139 0 0.33 0.41 0.07 12.24 0.73 0.74
Hex ED 9F 8B 0 21 29 7 C 49 4A
Octal 355 237 213 0 41 51 7 14 111 112
Binary 11101101 10011111 10001011 0 100001 101001 111 1100 1001001 1001010

Color Harmonies of #ED9F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9F8B

Black with #ED9F8B

Text Example


Text Example

White with #ED9F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9F8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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