Html Css Color HEX #EF8E8B Sweet Pink

📋 copy color: '#EF8E8B'

red 239 ◦ green 142 ◦ blue 139

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

Shades of Sweet Pink #EF8E8B

Tints of Sweet Pink #EF8E8B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.31%

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

R = 45.96%
G = 27.31%
B = 26.73%

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

#EF8E8B (or 0xEF8E8B) is known color: Sweet Pink. HEX triplet: EF, 8E and 8B. RGB value is (239,142,139). Sum of RGB (Red+Green+Blue) = 239+142+139=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 142 (55.86% from 255 or 27.31% from 520); Blue value is 139 (54.69% from 255 or 26.73% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8E8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8E8B is #107174. Grayscale: #AAAAAA. Windows color (decimal): -1077621 or 9146095. OLE color: 9146095.

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

Color convert

RGB 239 142 139 -
CMYK 0 0.41 0.42 0.06
HSL 1.8º 0.76% 0.74% -
HSV(B) 1.8º 0.42% 0.94% -
XYZ 49.93 39.56 29.43 -
YUV 170.66 110.14 176.74 -
System Red Green Blue C M Y K H S L
Decimal 239 142 139 0 0.41 0.42 0.06 1.8 0.76 0.74
Hex EF 8E 8B 0 29 2A 6 2 4C 4A
Octal 357 216 213 0 51 52 6 2 114 112
Binary 11101111 10001110 10001011 0 101001 101010 110 10 1001100 1001010

Color Harmonies of #EF8E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8E8B

Black with #EF8E8B

Text Example


Text Example

White with #EF8E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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