Html Css Color HEX #EF9F8A Tonys Pink

📋 copy color: '#EF9F8A'

red 239 ◦ green 159 ◦ blue 138

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

Shades of Tonys Pink #EF9F8A

Tints of Tonys Pink #EF9F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.75%

R = 44.59%
G = 29.66%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF9F8A (or 0xEF9F8A) is known color: Tonys Pink. HEX triplet: EF, 9F and 8A. RGB value is (239,159,138). Sum of RGB (Red+Green+Blue) = 239+159+138=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 138 (54.30% from 255 or 25.75% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9F8A is #106075. Grayscale: #B4B4B4. Windows color (decimal): -1073270 or 9084911. OLE color: 9084911.

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

Color convert

RGB 239 159 138 -
CMYK 0 0.33 0.42 0.06
HSL 12.48º 0.76% 0.74% -
HSV(B) 12.48º 0.42% 0.94% -
XYZ 52.58 44.98 29.96 -
YUV 180.53 104 169.71 -
System Red Green Blue C M Y K H S L
Decimal 239 159 138 0 0.33 0.42 0.06 12.48 0.76 0.74
Hex EF 9F 8A 0 21 2A 6 C 4C 4A
Octal 357 237 212 0 41 52 6 14 114 112
Binary 11101111 10011111 10001010 0 100001 101010 110 1100 1001100 1001010

Color Harmonies of #EF9F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9F8A

Black with #EF9F8A

Text Example


Text Example

White with #EF9F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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