Html Css Color HEX #EF9390 Sweet Pink

📋 copy color: '#EF9390'

red 239 ◦ green 147 ◦ blue 144

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

Shades of Sweet Pink #EF9390

Tints of Sweet Pink #EF9390

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.74%

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

R = 45.09%
G = 27.74%
B = 27.17%

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

#EF9390 (or 0xEF9390) is known color: Sweet Pink. HEX triplet: EF, 93 and 90. RGB value is (239,147,144). Sum of RGB (Red+Green+Blue) = 239+147+144=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 147 (57.81% from 255 or 27.74% from 530); Blue value is 144 (56.64% from 255 or 27.17% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9390 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9390 is #106C6F. Grayscale: #AEAEAE. Windows color (decimal): -1076336 or 9475055. OLE color: 9475055.

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

Color convert

RGB 239 147 144 -
CMYK 0 0.38 0.40 0.06
HSL 1.89º 0.75% 0.75% -
HSV(B) 1.89º 0.4% 0.94% -
XYZ 51.06 41.23 31.65 -
YUV 174.17 110.98 174.24 -
System Red Green Blue C M Y K H S L
Decimal 239 147 144 0 0.38 0.40 0.06 1.89 0.75 0.75
Hex EF 93 90 0 26 28 6 2 4B 4B
Octal 357 223 220 0 46 50 6 2 113 113
Binary 11101111 10010011 10010000 0 100110 101000 110 10 1001011 1001011

Color Harmonies of #EF9390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9390

Black with #EF9390

Text Example


Text Example

White with #EF9390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9390; }

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

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

background-color css

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

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

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

border-color css

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

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

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