Html Css Color HEX #EF9F8D Tonys Pink

📋 copy color: '#EF9F8D'

red 239 ◦ green 159 ◦ blue 141

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

Shades of Tonys Pink #EF9F8D

Tints of Tonys Pink #EF9F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.16%

R = 44.34%
G = 29.5%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF9F8D (or 0xEF9F8D) is known color: Tonys Pink. HEX triplet: EF, 9F and 8D. RGB value is (239,159,141). Sum of RGB (Red+Green+Blue) = 239+159+141=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 141 (55.47% from 255 or 26.16% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9F8D is #106072. Grayscale: #B5B5B5. Windows color (decimal): -1073267 or 9281519. OLE color: 9281519.

HSL color Cylindrical-coordinate representation of color #EF9F8D: hue angle of 11.02º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF9F8D is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 159 141 -
CMYK 0 0.33 0.41 0.06
HSL 11.02º 0.75% 0.75% -
HSV(B) 11.02º 0.41% 0.94% -
XYZ 52.8 45.07 31.12 -
YUV 180.87 105.5 169.46 -
System Red Green Blue C M Y K H S L
Decimal 239 159 141 0 0.33 0.41 0.06 11.02 0.75 0.75
Hex EF 9F 8D 0 21 29 6 B 4B 4B
Octal 357 237 215 0 41 51 6 13 113 113
Binary 11101111 10011111 10001101 0 100001 101001 110 1011 1001011 1001011

Color Harmonies of #EF9F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9F8D

Black with #EF9F8D

Text Example


Text Example

White with #EF9F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9F8D; }

 p { color: rgb(239,159,141); }

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

background-color css

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

 a { background-color: rgb(239,159,141); }

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

border-color css

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

 span { border-color: rgb(239,159,141); }

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