Html Css Color HEX #EF9594 Sweet Pink

📋 copy color: '#EF9594'

red 239 ◦ green 149 ◦ blue 148

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

Shades of Sweet Pink #EF9594

Tints of Sweet Pink #EF9594

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.8%

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

R = 44.59%
G = 27.8%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EF9594 (or 0xEF9594) is known color: Sweet Pink. HEX triplet: EF, 95 and 94. RGB value is (239,149,148). Sum of RGB (Red+Green+Blue) = 239+149+148=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 148 (58.20% from 255 or 27.61% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9594 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9594 is #106A6B. Grayscale: #AFAFAF. Windows color (decimal): -1075820 or 9737711. OLE color: 9737711.

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

Color convert

RGB 239 149 148 -
CMYK 0 0.38 0.38 0.06
HSL 0.66º 0.74% 0.76% -
HSV(B) 0.66º 0.38% 0.94% -
XYZ 51.69 41.98 33.4 -
YUV 175.8 112.32 173.08 -
System Red Green Blue C M Y K H S L
Decimal 239 149 148 0 0.38 0.38 0.06 0.66 0.74 0.76
Hex EF 95 94 0 26 26 6 1 4A 4C
Octal 357 225 224 0 46 46 6 1 112 114
Binary 11101111 10010101 10010100 0 100110 100110 110 1 1001010 1001100

Color Harmonies of #EF9594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9594

Black with #EF9594

Text Example


Text Example

White with #EF9594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9594; }

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

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

background-color css

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

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

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

border-color css

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

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

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