Html Css Color HEX #EF8D8B Sweet Pink

📋 copy color: '#EF8D8B'

red 239 ◦ green 141 ◦ blue 139

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

Shades of Sweet Pink #EF8D8B

Tints of Sweet Pink #EF8D8B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.17%

 BLUE value IS 139 (54.69% from 255) = 26.78%

R = 46.05%
G = 27.17%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF8D8B (or 0xEF8D8B) is known color: Sweet Pink. HEX triplet: EF, 8D and 8B. RGB value is (239,141,139). Sum of RGB (Red+Green+Blue) = 239+141+139=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 139 (54.69% from 255 or 26.78% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8D8B is #107274. Grayscale: #AAAAAA. Windows color (decimal): -1077877 or 9145839. OLE color: 9145839.

HSL color Cylindrical-coordinate representation of color #EF8D8B: hue angle of 1.2º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EF8D8B is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 141 139 -
CMYK 0 0.41 0.42 0.06
HSL 1.2º 0.76% 0.74% -
HSV(B) 1.2º 0.42% 0.94% -
XYZ 49.78 39.26 29.38 -
YUV 170.07 110.47 177.16 -
System Red Green Blue C M Y K H S L
Decimal 239 141 139 0 0.41 0.42 0.06 1.2 0.76 0.74
Hex EF 8D 8B 0 29 2A 6 1 4C 4A
Octal 357 215 213 0 51 52 6 1 114 112
Binary 11101111 10001101 10001011 0 101001 101010 110 1 1001100 1001010

Color Harmonies of #EF8D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8D8B

Black with #EF8D8B

Text Example


Text Example

White with #EF8D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8D8B; }

 p { color: rgb(239,141,139); }

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

background-color css

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

 a { background-color: rgb(239,141,139); }

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

border-color css

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

 span { border-color: rgb(239,141,139); }

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