Html Css Color HEX #EF9083 Sweet Pink

📋 copy color: '#EF9083'

red 239 ◦ green 144 ◦ blue 131

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

Shades of Sweet Pink #EF9083

Tints of Sweet Pink #EF9083

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.02%

 BLUE value IS 131 (51.56% from 255) = 25.49%

R = 46.5%
G = 28.02%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EF9083 (or 0xEF9083) is known color: Sweet Pink. HEX triplet: EF, 90 and 83. RGB value is (239,144,131). Sum of RGB (Red+Green+Blue) = 239+144+131=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 131 (51.56% from 255 or 25.49% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9083 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9083 is #106F7C. Grayscale: #ABABAB. Windows color (decimal): -1077117 or 8622319. OLE color: 8622319.

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

Color convert

RGB 239 144 131 -
CMYK 0 0.40 0.45 0.06
HSL 7.22º 0.77% 0.73% -
HSV(B) 7.22º 0.45% 0.94% -
XYZ 49.67 39.94 26.56 -
YUV 170.92 105.47 176.56 -
System Red Green Blue C M Y K H S L
Decimal 239 144 131 0 0.40 0.45 0.06 7.22 0.77 0.73
Hex EF 90 83 0 28 2D 6 7 4D 49
Octal 357 220 203 0 50 55 6 7 115 111
Binary 11101111 10010000 10000011 0 101000 101101 110 111 1001101 1001001

Color Harmonies of #EF9083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9083

Black with #EF9083

Text Example


Text Example

White with #EF9083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9083; }

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

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

background-color css

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

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

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

border-color css

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

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

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