Html Css Color HEX #EF9F94 Sweet Pink

📋 copy color: '#EF9F94'

red 239 ◦ green 159 ◦ blue 148

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

Shades of Sweet Pink #EF9F94

Tints of Sweet Pink #EF9F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.11%

R = 43.77%
G = 29.12%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EF9F94 (or 0xEF9F94) is known color: Sweet Pink. HEX triplet: EF, 9F and 94. RGB value is (239,159,148). Sum of RGB (Red+Green+Blue) = 239+159+148=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 159 (62.5% from 255 or 29.12% from 546); Blue value is 148 (58.20% from 255 or 27.11% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9F94 is #10606B. Grayscale: #B5B5B5. Windows color (decimal): -1073260 or 9740271. OLE color: 9740271.

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

Color convert

RGB 239 159 148 -
CMYK 0 0.33 0.38 0.06
HSL 7.25º 0.74% 0.76% -
HSV(B) 7.25º 0.38% 0.94% -
XYZ 53.34 45.29 33.95 -
YUV 181.67 109 168.89 -
System Red Green Blue C M Y K H S L
Decimal 239 159 148 0 0.33 0.38 0.06 7.25 0.74 0.76
Hex EF 9F 94 0 21 26 6 7 4A 4C
Octal 357 237 224 0 41 46 6 7 112 114
Binary 11101111 10011111 10010100 0 100001 100110 110 111 1001010 1001100

Color Harmonies of #EF9F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9F94

Black with #EF9F94

Text Example


Text Example

White with #EF9F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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