Html Css Color HEX #EF9590 Sweet Pink

📋 copy color: '#EF9590'

red 239 ◦ green 149 ◦ blue 144

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

Shades of Sweet Pink #EF9590

Tints of Sweet Pink #EF9590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.07%

R = 44.92%
G = 28.01%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF9590 (or 0xEF9590) is known color: Sweet Pink. HEX triplet: EF, 95 and 90. RGB value is (239,149,144). Sum of RGB (Red+Green+Blue) = 239+149+144=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 144 (56.64% from 255 or 27.07% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9590 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9590 is #106A6F. Grayscale: #AFAFAF. Windows color (decimal): -1075824 or 9475567. OLE color: 9475567.

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

Color convert

RGB 239 149 144 -
CMYK 0 0.38 0.40 0.06
HSL 3.16º 0.75% 0.75% -
HSV(B) 3.16º 0.4% 0.94% -
XYZ 51.38 41.86 31.76 -
YUV 175.34 110.32 173.41 -
System Red Green Blue C M Y K H S L
Decimal 239 149 144 0 0.38 0.40 0.06 3.16 0.75 0.75
Hex EF 95 90 0 26 28 6 3 4B 4B
Octal 357 225 220 0 46 50 6 3 113 113
Binary 11101111 10010101 10010000 0 100110 101000 110 11 1001011 1001011

Color Harmonies of #EF9590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9590

Black with #EF9590

Text Example


Text Example

White with #EF9590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9590; }

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

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

background-color css

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

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

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

border-color css

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

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

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