Html Css Color HEX #EF9E8D Tonys Pink

📋 copy color: '#EF9E8D'

red 239 ◦ green 158 ◦ blue 141

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

Shades of Tonys Pink #EF9E8D

Tints of Tonys Pink #EF9E8D

RGB

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

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

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

R = 44.42%
G = 29.37%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF9E8D (or 0xEF9E8D) is known color: Tonys Pink. HEX triplet: EF, 9E and 8D. RGB value is (239,158,141). Sum of RGB (Red+Green+Blue) = 239+158+141=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 158 (62.11% from 255 or 29.37% from 538); Blue value is 141 (55.47% from 255 or 26.21% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9E8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9E8D is #106172. Grayscale: #B4B4B4. Windows color (decimal): -1073523 or 9281263. OLE color: 9281263.

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

Color convert

RGB 239 158 141 -
CMYK 0 0.34 0.41 0.06
HSL 10.41º 0.75% 0.75% -
HSV(B) 10.41º 0.41% 0.94% -
XYZ 52.63 44.73 31.06 -
YUV 180.28 105.84 169.88 -
System Red Green Blue C M Y K H S L
Decimal 239 158 141 0 0.34 0.41 0.06 10.41 0.75 0.75
Hex EF 9E 8D 0 22 29 6 A 4B 4B
Octal 357 236 215 0 42 51 6 12 113 113
Binary 11101111 10011110 10001101 0 100010 101001 110 1010 1001011 1001011

Color Harmonies of #EF9E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9E8D

Black with #EF9E8D

Text Example


Text Example

White with #EF9E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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