Html Css Color HEX #EF8F8C Sweet Pink

📋 copy color: '#EF8F8C'

red 239 ◦ green 143 ◦ blue 140

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

Shades of Sweet Pink #EF8F8C

Tints of Sweet Pink #EF8F8C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.39%

 BLUE value IS 140 (55.08% from 255) = 26.82%

R = 45.79%
G = 27.39%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF8F8C (or 0xEF8F8C) is known color: Sweet Pink. HEX triplet: EF, 8F and 8C. RGB value is (239,143,140). Sum of RGB (Red+Green+Blue) = 239+143+140=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 140 (55.08% from 255 or 26.82% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8F8C is #107073. Grayscale: #ABABAB. Windows color (decimal): -1077364 or 9211887. OLE color: 9211887.

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

Color convert

RGB 239 143 140 -
CMYK 0 0.40 0.41 0.06
HSL 1.82º 0.76% 0.74% -
HSV(B) 1.82º 0.41% 0.94% -
XYZ 50.15 39.89 29.87 -
YUV 171.36 110.3 176.24 -
System Red Green Blue C M Y K H S L
Decimal 239 143 140 0 0.40 0.41 0.06 1.82 0.76 0.74
Hex EF 8F 8C 0 28 29 6 2 4C 4A
Octal 357 217 214 0 50 51 6 2 114 112
Binary 11101111 10001111 10001100 0 101000 101001 110 10 1001100 1001010

Color Harmonies of #EF8F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8F8C

Black with #EF8F8C

Text Example


Text Example

White with #EF8F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8F8C; }

 p { color: rgb(239,143,140); }

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

background-color css

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

 a { background-color: rgb(239,143,140); }

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

border-color css

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

 span { border-color: rgb(239,143,140); }

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