Html Css Color HEX #EF9E8A Tonys Pink

📋 copy color: '#EF9E8A'

red 239 ◦ green 158 ◦ blue 138

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

Shades of Tonys Pink #EF9E8A

Tints of Tonys Pink #EF9E8A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.53%

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

R = 44.67%
G = 29.53%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF9E8A (or 0xEF9E8A) is known color: Tonys Pink. HEX triplet: EF, 9E and 8A. RGB value is (239,158,138). Sum of RGB (Red+Green+Blue) = 239+158+138=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 158 (62.11% from 255 or 29.53% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9E8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9E8A is #106175. Grayscale: #B4B4B4. Windows color (decimal): -1073526 or 9084655. OLE color: 9084655.

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

Color convert

RGB 239 158 138 -
CMYK 0 0.34 0.42 0.06
HSL 11.88º 0.76% 0.74% -
HSV(B) 11.88º 0.42% 0.94% -
XYZ 52.41 44.64 29.9 -
YUV 179.94 104.34 170.13 -
System Red Green Blue C M Y K H S L
Decimal 239 158 138 0 0.34 0.42 0.06 11.88 0.76 0.74
Hex EF 9E 8A 0 22 2A 6 C 4C 4A
Octal 357 236 212 0 42 52 6 14 114 112
Binary 11101111 10011110 10001010 0 100010 101010 110 1100 1001100 1001010

Color Harmonies of #EF9E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9E8A

Black with #EF9E8A

Text Example


Text Example

White with #EF9E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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