Html Css Color HEX #EF9990 Sweet Pink

📋 copy color: '#EF9990'

red 239 ◦ green 153 ◦ blue 144

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

Shades of Sweet Pink #EF9990

Tints of Sweet Pink #EF9990

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.54%

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

R = 44.59%
G = 28.54%
B = 26.87%

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

#EF9990 (or 0xEF9990) is known color: Sweet Pink. HEX triplet: EF, 99 and 90. RGB value is (239,153,144). Sum of RGB (Red+Green+Blue) = 239+153+144=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9990 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9990 is #10666F. Grayscale: #B1B1B1. Windows color (decimal): -1074800 or 9476591. OLE color: 9476591.

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

Color convert

RGB 239 153 144 -
CMYK 0 0.36 0.40 0.06
HSL 5.68º 0.75% 0.75% -
HSV(B) 5.68º 0.4% 0.94% -
XYZ 52.02 43.15 31.97 -
YUV 177.69 108.99 171.73 -
System Red Green Blue C M Y K H S L
Decimal 239 153 144 0 0.36 0.40 0.06 5.68 0.75 0.75
Hex EF 99 90 0 24 28 6 6 4B 4B
Octal 357 231 220 0 44 50 6 6 113 113
Binary 11101111 10011001 10010000 0 100100 101000 110 110 1001011 1001011

Color Harmonies of #EF9990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9990

Black with #EF9990

Text Example


Text Example

White with #EF9990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9990; }

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

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

background-color css

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

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

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

border-color css

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

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

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