Html Css Color HEX #EF9A8B Tonys Pink

📋 copy color: '#EF9A8B'

red 239 ◦ green 154 ◦ blue 139

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

Shades of Tonys Pink #EF9A8B

Tints of Tonys Pink #EF9A8B

RGB

 RED value IS 239 (93.75% from 255) = 44.92%

 GREEN value IS 154 (60.55% from 255) = 28.95%

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

R = 44.92%
G = 28.95%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF9A8B (or 0xEF9A8B) is known color: Tonys Pink. HEX triplet: EF, 9A and 8B. RGB value is (239,154,139). Sum of RGB (Red+Green+Blue) = 239+154+139=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 139 (54.69% from 255 or 26.13% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9A8B is #106574. Grayscale: #B1B1B1. Windows color (decimal): -1074549 or 9149167. OLE color: 9149167.

HSL color Cylindrical-coordinate representation of color #EF9A8B: hue angle of 9º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EF9A8B is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 154 139 -
CMYK 0 0.36 0.42 0.06
HSL 0.76% 0.74% -
HSV(B) 0.42% 0.94% -
XYZ 51.81 43.33 30.06 -
YUV 177.71 106.16 171.72 -
System Red Green Blue C M Y K H S L
Decimal 239 154 139 0 0.36 0.42 0.06 9 0.76 0.74
Hex EF 9A 8B 0 24 2A 6 9 4C 4A
Octal 357 232 213 0 44 52 6 11 114 112
Binary 11101111 10011010 10001011 0 100100 101010 110 1001 1001100 1001010

Color Harmonies of #EF9A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9A8B

Black with #EF9A8B

Text Example


Text Example

White with #EF9A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9A8B; }

 p { color: rgb(239,154,139); }

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

background-color css

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

 a { background-color: rgb(239,154,139); }

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

border-color css

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

 span { border-color: rgb(239,154,139); }

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