Html Css Color HEX #EF9890 Sweet Pink

📋 copy color: '#EF9890'

red 239 ◦ green 152 ◦ blue 144

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

Shades of Sweet Pink #EF9890

Tints of Sweet Pink #EF9890

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.41%

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

R = 44.67%
G = 28.41%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF9890 (or 0xEF9890) is known color: Sweet Pink. HEX triplet: EF, 98 and 90. RGB value is (239,152,144). Sum of RGB (Red+Green+Blue) = 239+152+144=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 152 (59.77% from 255 or 28.41% from 535); Blue value is 144 (56.64% from 255 or 26.92% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9890 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9890 is #10676F. Grayscale: #B1B1B1. Windows color (decimal): -1075056 or 9476335. OLE color: 9476335.

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

Color convert

RGB 239 152 144 -
CMYK 0 0.36 0.40 0.06
HSL 5.05º 0.75% 0.75% -
HSV(B) 5.05º 0.4% 0.94% -
XYZ 51.86 42.82 31.92 -
YUV 177.1 109.32 172.15 -
System Red Green Blue C M Y K H S L
Decimal 239 152 144 0 0.36 0.40 0.06 5.05 0.75 0.75
Hex EF 98 90 0 24 28 6 5 4B 4B
Octal 357 230 220 0 44 50 6 5 113 113
Binary 11101111 10011000 10010000 0 100100 101000 110 101 1001011 1001011

Color Harmonies of #EF9890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9890

Black with #EF9890

Text Example


Text Example

White with #EF9890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9890; }

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

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

background-color css

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

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

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

border-color css

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

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

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