Html Css Color HEX #EF8B8A Sweet Pink

📋 copy color: '#EF8B8A'

red 239 ◦ green 139 ◦ blue 138

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

Shades of Sweet Pink #EF8B8A

Tints of Sweet Pink #EF8B8A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.94%

 BLUE value IS 138 (54.3% from 255) = 26.74%

R = 46.32%
G = 26.94%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF8B8A (or 0xEF8B8A) is known color: Sweet Pink. HEX triplet: EF, 8B and 8A. RGB value is (239,139,138). Sum of RGB (Red+Green+Blue) = 239+139+138=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 139 (54.69% from 255 or 26.94% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8B8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8B8A is #107475. Grayscale: #A8A8A8. Windows color (decimal): -1078390 or 9079791. OLE color: 9079791.

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

Color convert

RGB 239 139 138 -
CMYK 0 0.42 0.42 0.06
HSL 0.59º 0.76% 0.74% -
HSV(B) 0.59º 0.42% 0.94% -
XYZ 49.42 38.65 28.9 -
YUV 168.79 110.63 178.08 -
System Red Green Blue C M Y K H S L
Decimal 239 139 138 0 0.42 0.42 0.06 0.59 0.76 0.74
Hex EF 8B 8A 0 2A 2A 6 1 4C 4A
Octal 357 213 212 0 52 52 6 1 114 112
Binary 11101111 10001011 10001010 0 101010 101010 110 1 1001100 1001010

Color Harmonies of #EF8B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8B8A

Black with #EF8B8A

Text Example


Text Example

White with #EF8B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8B8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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