Html Css Color HEX #EF9794 Sweet Pink

📋 copy color: '#EF9794'

red 239 ◦ green 151 ◦ blue 148

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

Shades of Sweet Pink #EF9794

Tints of Sweet Pink #EF9794

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.07%

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

R = 44.42%
G = 28.07%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EF9794 (or 0xEF9794) is known color: Sweet Pink. HEX triplet: EF, 97 and 94. RGB value is (239,151,148). Sum of RGB (Red+Green+Blue) = 239+151+148=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 151 (59.38% from 255 or 28.07% from 538); Blue value is 148 (58.20% from 255 or 27.51% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9794 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9794 is #10686B. Grayscale: #B1B1B1. Windows color (decimal): -1075308 or 9738223. OLE color: 9738223.

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

Color convert

RGB 239 151 148 -
CMYK 0 0.37 0.38 0.06
HSL 1.98º 0.74% 0.76% -
HSV(B) 1.98º 0.38% 0.94% -
XYZ 52.01 42.62 33.5 -
YUV 176.97 111.65 172.24 -
System Red Green Blue C M Y K H S L
Decimal 239 151 148 0 0.37 0.38 0.06 1.98 0.74 0.76
Hex EF 97 94 0 25 26 6 2 4A 4C
Octal 357 227 224 0 45 46 6 2 112 114
Binary 11101111 10010111 10010100 0 100101 100110 110 10 1001010 1001100

Color Harmonies of #EF9794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9794

Black with #EF9794

Text Example


Text Example

White with #EF9794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9794; }

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

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

background-color css

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

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

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

border-color css

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

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

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